Uses of Class
org.pepstock.charba.client.items.LegendLabelItem
-
Packages that use LegendLabelItem Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of LegendLabelItem in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return types with arguments of type LegendLabelItem Modifier and Type Method Description List<LegendLabelItem>
Defaults. generateLabels(Chart chart)
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.List<LegendLabelItem>
Defaults. generateLabels(IsChart chart)
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box. -
Uses of LegendLabelItem in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return types with arguments of type LegendLabelItem Modifier and Type Method Description List<LegendLabelItem>
LegendLabelsCallback. generateLegendLabels(IsChart chart, List<LegendLabelItem> defaultLabels)
Generates legend items for each thing in the legend.Method parameters in org.pepstock.charba.client.callbacks with type arguments of type LegendLabelItem Modifier and Type Method Description List<LegendLabelItem>
LegendLabelsCallback. generateLegendLabels(IsChart chart, List<LegendLabelItem> defaultLabels)
Generates legend items for each thing in the legend. -
Uses of LegendLabelItem in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return LegendLabelItem Modifier and Type Method Description LegendLabelItem
HtmlLegendItem. getLegendItem()
Returns the legend item instance, needed to create the point style for legend. -
Uses of LegendLabelItem in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return LegendLabelItem Modifier and Type Method Description LegendLabelItem
LegendLabelItem.LegendLabelItemFactory. create(NativeObject nativeObject)
-