Uses of Class
com.vaadin.flow.component.charts.model.TickPosition
-
Packages that use TickPosition Package Description com.vaadin.flow.component.charts.model -
-
Uses of TickPosition in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TickPosition Modifier and Type Method Description abstract TickPositionAxis. getMinorTickPosition()TickPositionXAxis. getMinorTickPosition()TickPositionYAxis. getMinorTickPosition()TickPositionZAxis. getMinorTickPosition()abstract TickPositionAxis. getTickPosition()TickPositionXAxis. getTickPosition()TickPositionYAxis. getTickPosition()TickPositionZAxis. getTickPosition()static TickPositionTickPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static TickPosition[]TickPosition. 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 with parameters of type TickPosition Modifier and Type Method Description abstract voidAxis. setMinorTickPosition(TickPosition minorTickPosition)The position of the minor tick marks relative to the axis line.voidXAxis. setMinorTickPosition(TickPosition minorTickPosition)The position of the minor tick marks relative to the axis line.voidYAxis. setMinorTickPosition(TickPosition minorTickPosition)The position of the minor tick marks relative to the axis line.voidZAxis. setMinorTickPosition(TickPosition minorTickPosition)The position of the minor tick marks relative to the axis line.abstract voidAxis. setTickPosition(TickPosition tickPosition)The position of the major tick marks relative to the axis line.voidXAxis. setTickPosition(TickPosition tickPosition)The position of the major tick marks relative to the axis line.voidYAxis. setTickPosition(TickPosition tickPosition)The position of the major tick marks relative to the axis line.voidZAxis. setTickPosition(TickPosition tickPosition)The position of the major tick marks relative to the axis line.
-