Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.TickTextRotate
-
Uses of TickTextRotate in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionAxesBasedChart.getXAxisTickTextRotate()
Gets the rotation of the data values on the X axis.Modifier and TypeMethodDescriptionAxesBasedChart.setXAxisTickTextRotate
(TickTextRotate tickTextRotate) Sets the rotation of the texts on the X axis. -
Uses of TickTextRotate in com.jbstrap.ui.components.charts.params.enums
Modifier and TypeMethodDescriptionstatic TickTextRotate
Determines the rotation type of the text by its name.static TickTextRotate
Returns the enum constant of this class with the specified name.static TickTextRotate[]
TickTextRotate.values()
Returns an array containing the constants of this enum class, in the order they are declared.