Uses of Class
org.pepstock.charba.client.data.Labels
-
Packages that use Labels Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Labels in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return Labels Modifier and Type Method Description Labels
CartesianCategoryAxis. getLabels()
Returns the labels.Labels
CartesianCategoryAxis. getLabels(boolean binding)
Returns the labels for axes.Methods in org.pepstock.charba.client.configuration with parameters of type Labels Modifier and Type Method Description void
CartesianCategoryAxis. setLabels(Labels labels)
Sets the labels of the data. -
Uses of Labels in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return Labels Modifier and Type Method Description static Labels
Labels. build()
Builds new label objectdefault Labels
HasLabels. getLabels()
Returns the labels.default Labels
HasLabels. getLabels(boolean binding)
Returns the labels for axes.Labels
Data. getXLabels()
Returns the labels for X axes.Labels
Data. getXLabels(boolean binding)
Returns the labels for X axes.Labels
Data. getYLabels()
Returns the labels for Y axes.Labels
Data. getYLabels(boolean binding)
Returns the labels for Y axes.Methods in org.pepstock.charba.client.data with parameters of type Labels Modifier and Type Method Description default void
HasLabels. setLabels(Labels labels)
Sets the labels of the data.void
Data. setXLabels(Labels labels)
Sets the labels for X axes of the data.void
Data. setYLabels(Labels labels)
Sets the labels for Y axes of the data. -
Uses of Labels in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return Labels Modifier and Type Method Description static Labels
GeoUtil. loadLabels(List<Feature> features, String property)
Creates and loads aLabels
object with the label of feature object by the property.static Labels
GeoUtil. loadLabels(List<Feature> features, Key property)
Creates and loads aLabels
object with the label of feature object by the property.static Labels
GeoUtil. loadLabels(List<Feature> features, FeatureLabelCallback labelCallback)
Creates and loads aLabels
object with the label of feature object by the callback. -
Uses of Labels in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options with parameters of type Labels Modifier and Type Method Description void
AbstractScale. setLabels(Labels labels)
Sets the labels of the data.
-