Uses of Interface
org.pepstock.charba.client.callbacks.StartAngleCallback
-
Packages that use StartAngleCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of StartAngleCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return StartAngleCallback Modifier and Type Method Description StartAngleCallback
RadialAxis. getStartAngleCallback()
Returns the user callback that sets the starting angle to draw arcs for the first item in a data set.Methods in org.pepstock.charba.client.configuration with parameters of type StartAngleCallback Modifier and Type Method Description void
RadialAxis. setStartAngle(StartAngleCallback startAngleCallback)
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.
-