Uses of Interface
org.pepstock.charba.client.callbacks.PointLabelCallback
-
Packages that use PointLabelCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of PointLabelCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return PointLabelCallback Modifier and Type Method Description PointLabelCallbackRadialPointLabels. getCallback()Returns the user callback to change point labels.Methods in org.pepstock.charba.client.configuration with parameters of type PointLabelCallback Modifier and Type Method Description voidRadialPointLabels. setCallback(PointLabelCallback callback)Sets the user callback to change point labels.
-