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