Uses of Class
com.vaadin.flow.component.charts.model.style.TickIntervalStyle
-
Packages that use TickIntervalStyle Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of TickIntervalStyle in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return TickIntervalStyle Modifier and Type Method Description TickIntervalStyleAxisStyle. getMinorTickInterval()static TickIntervalStyleTickIntervalStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static TickIntervalStyle[]TickIntervalStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model.style with parameters of type TickIntervalStyle Modifier and Type Method Description voidAxisStyle. setMinorTickInterval(TickIntervalStyle minorTickInterval)Sets the tick interval in scale units for the minor ticks.
-