Uses of Interface
org.pepstock.charba.client.callbacks.StepSizeCallback
-
Packages that use StepSizeCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of StepSizeCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return StepSizeCallback Modifier and Type Method Description default StepSizeCallback
IsLinearTick. getStepSizeCallback()
Returns the stepSize callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type StepSizeCallback Modifier and Type Method Description default void
IsLinearTick. setStepSize(StepSizeCallback stepSizeCallback)
Sets the stepSize callback instance.
-