Uses of Interface
org.pepstock.charba.client.callbacks.GraceCallback
-
Packages that use GraceCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of GraceCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return GraceCallback Modifier and Type Method Description GraceCallback
CartesianLinearAxis. getGraceCallback()
Returns the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.Methods in org.pepstock.charba.client.configuration with parameters of type GraceCallback Modifier and Type Method Description void
CartesianLinearAxis. setGrace(GraceCallback graceCallback)
Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
-