Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.DataLabels
Packages that use DataLabels
-
Uses of DataLabels in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return DataLabelsModifier 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.Methods in com.jbstrap.ui.components.charts with parameters of type DataLabelsModifier 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
Methods in com.jbstrap.ui.components.charts.params.enums that return DataLabelsModifier 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.