Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
-
Uses of ChartTitlePosition in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionChartCanvas.setTitlePosition
(ChartTitlePosition titlePosition) Sets the chart title position. -
Uses of ChartTitlePosition in com.jbstrap.ui.components.charts.params.enums
Modifier and TypeMethodDescriptionstatic ChartTitlePosition
Determines the chart’s position based on the specified name.static ChartTitlePosition
ChartTitlePosition.fromPositionAlign
(String position, String align) Determines the chart title’s position based on its vertical and horizontal position.static ChartTitlePosition
Returns the enum constant of this class with the specified name.static ChartTitlePosition[]
ChartTitlePosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.