Uses of Class
org.pepstock.charba.client.options.Scales
-
Packages that use Scales Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Scales in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return Scales Modifier and Type Method Description Scales
ChartOptions. getScales()
-
Uses of Scales in org.pepstock.charba.client.defaults.chart
Constructors in org.pepstock.charba.client.defaults.chart with parameters of type Scales Constructor Description DefaultChartScales(Scales scales)
Creates the object by scales option element instance. -
Uses of Scales in org.pepstock.charba.client.options
Subclasses of Scales in org.pepstock.charba.client.options Modifier and Type Class Description class
ExtendedScales
Options used internally inside the chart configuration.
This is the SCALES element of configuration.Methods in org.pepstock.charba.client.options that return Scales Modifier and Type Method Description Scales
ScaledOptions. getScales()
-