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 interfaceIsLinearTickCommon 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 classCartesianLinearTickThe 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.classCartesianLogarithmicTickThe logarithmic scale is use to chart numerical data.classRadialLinearTickThis object is used to map defined radial axis as linear.
-