Uses of Class
org.pepstock.charba.client.datalabels.LabelItemBuilder
-
Packages that use LabelItemBuilder Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. -
-
Uses of LabelItemBuilder in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return LabelItemBuilder Modifier and Type Method Description LabelItemBuilderDataLabelsOptionsBuilder. createLabel(String id)Returns new options builder for new label identified by id.LabelItemBuilderDataLabelsOptionsBuilder. createLabel(DataLabelId id)Returns new options builder for new label identified by id.LabelItemBuilderDataLabelsOptionsBuilder. getLabel(String id)Returns the options builder for label identified by id.LabelItemBuilderDataLabelsOptionsBuilder. getLabel(DataLabelId id)Returns the options builder for label identified by id
-