Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.DataLabels
-
Uses of DataLabels in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionDonutChart.getDataLabels()
Gets the type of the labels from a circle slice.FunnelChart.getDataLabels()
Gets the chart labels.PieChart.getDataLabels()
Gets the type of the labels from a circle slice.Modifier and TypeMethodDescriptionDonutChart.setDataLabels
(DataLabels labels) Sets the label for each circle slice.FunnelChart.setDataLabels
(DataLabels labels) Sets the label for each circle item.PieChart.setDataLabels
(DataLabels labels) Sets the label for each circle slice. -
Uses of DataLabels in com.jbstrap.ui.components.charts.params.enums
Modifier and TypeMethodDescriptionstatic DataLabels
Determines the displayed values by the specified name.static DataLabels
Returns the enum constant of this class with the specified name.static DataLabels[]
DataLabels.values()
Returns an array containing the constants of this enum class, in the order they are declared.