Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Breaks[] |
YAxis.getBreaks() |
Breaks[] |
XAxis.getBreaks() |
Modifier and Type | Method and Description |
---|---|
void |
YAxis.setBreaks(Breaks[] breaks)
An array defining breaks in the axis, the sections defined will be left
out and all the points shifted closer to each other.
|
void |
XAxis.setBreaks(Breaks[] breaks)
An array defining breaks in the axis, the sections defined will be left
out and all the points shifted closer to each other.
|
Copyright © 2025. All rights reserved.