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 LabelsCartesianCategoryAxis. getLabels()Returns the labels.LabelsCartesianCategoryAxis. 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 voidCartesianCategoryAxis. 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 LabelsLabels. build()Builds new label objectdefault LabelsHasLabels. getLabels()Returns the labels.default LabelsHasLabels. getLabels(boolean binding)Returns the labels for axes.LabelsData. getXLabels()Returns the labels for X axes.LabelsData. getXLabels(boolean binding)Returns the labels for X axes.LabelsData. getYLabels()Returns the labels for Y axes.LabelsData. 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 voidHasLabels. setLabels(Labels labels)Sets the labels of the data.voidData. setXLabels(Labels labels)Sets the labels for X axes of the data.voidData. 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 LabelsGeoUtil. loadLabels(List<Feature> features, String property)Creates and loads aLabelsobject with the label of feature object by the property.static LabelsGeoUtil. loadLabels(List<Feature> features, Key property)Creates and loads aLabelsobject with the label of feature object by the property.static LabelsGeoUtil. loadLabels(List<Feature> features, FeatureLabelCallback labelCallback)Creates and loads aLabelsobject 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 voidAbstractScale. setLabels(Labels labels)Sets the labels of the data.
-