Uses of Interface
org.pepstock.charba.client.configuration.IsNumericTick
-
Packages that use IsNumericTick Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of IsNumericTick in org.pepstock.charba.client.configuration
Subinterfaces of IsNumericTick in org.pepstock.charba.client.configuration Modifier and Type Interface Description interface
IsLinearTick
Common methods for linear scale tick is use to chart numerical data.
Can be used for linear cartesian and radial ticks.Classes in org.pepstock.charba.client.configuration that implement IsNumericTick Modifier and Type Class Description class
CartesianLinearTick
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.class
CartesianLogarithmicTick
The logarithmic scale is use to chart numerical data.class
RadialLinearTick
This object is used to map defined radial axis as linear.
-