Uses of Class
com.vaadin.flow.component.charts.model.Breaks
-
Packages that use Breaks Package Description com.vaadin.flow.component.charts.model -
-
Uses of Breaks in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Breaks Modifier and Type Method Description Breaks[]XAxis. getBreaks()Breaks[]YAxis. getBreaks()Methods in com.vaadin.flow.component.charts.model with parameters of type Breaks Modifier and Type Method Description voidXAxis. 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.voidYAxis. 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.
-