Uses of Interface
org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Packages that use LegendLabelsCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of LegendLabelsCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return LegendLabelsCallback Modifier and Type Method Description LegendLabelsCallback
LegendLabels. getLabelsCallback()
Returns the user callback instance to generate labels.Methods in org.pepstock.charba.client.configuration with parameters of type LegendLabelsCallback Modifier and Type Method Description void
LegendLabels. setLabelsCallback(LegendLabelsCallback labelsCallback)
Sets the user callback instance to generate labels.
-