Uses of Interface
org.pepstock.charba.client.options.IsNumberFormat
-
Packages that use IsNumberFormat Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsNumberFormat in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return IsNumberFormat Modifier and Type Method Description IsNumberFormat
IsNumericTick. getNumberFormat()
Returns the number format instance.IsNumberFormat
RadialLinearTick. getNumberFormat()
-
Uses of IsNumberFormat in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsNumberFormat Modifier and Type Class Description class
NumberFormatItem
Number format options item to use for numeric tick callbacks. -
Uses of IsNumberFormat in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsNumberFormat Modifier and Type Class Description class
AbstractNumberFormat
This is abstract number format object element of the chart options.class
TicksNumberFormat
It applies the number formatting to the ticks of all linear scales.
-