Uses of Enum Class
com.vaadin.flow.component.charts.model.TickPosition
Packages that use TickPosition
-
Uses of TickPosition in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TickPositionModifier and TypeMethodDescriptionabstract TickPositionAxis.getMinorTickPosition()XAxis.getMinorTickPosition()YAxis.getMinorTickPosition()ZAxis.getMinorTickPosition()abstract TickPositionAxis.getTickPosition()XAxis.getTickPosition()YAxis.getTickPosition()ZAxis.getTickPosition()static TickPositionReturns the enum constant of this class with the specified name.static TickPosition[]TickPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type TickPositionModifier and TypeMethodDescriptionabstract 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.