Package | Description |
---|---|
org.pepstock.charba.client.options | |
org.pepstock.charba.client.options.scales |
Modifier and Type | Method and Description |
---|---|
java.util.List<Axis> |
Scales.getXAxes() |
java.util.List<Axis> |
Scales.getYAxes() |
Modifier and Type | Method and Description |
---|---|
void |
SingleScaleOptions.setAxis(Axis axis)
Sets the single axis of chart.
|
void |
Scales.setXAxes(Axis... axes)
Sets an array of X axes.
|
void |
Scales.setYAxes(Axis... axes)
Sets an array of Y axes.
|
Modifier and Type | Class and Description |
---|---|
class |
BarCategoryAxis
This a cartesian axis for BAR chart.
|
class |
CartesianCategoryAxis
This object is used to map defined axis as category.
|
class |
CartesianLinearAxis
This object is used to map defined axis as linear.
|
class |
CartesianLogarithmicAxis
This object is used to map defined axis as logarithmic.
|
class |
CartesianTimeAxis
This object is used to map defined axis as time.
|
class |
RadialAxis
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges. The linear scale is use to chart numerical data. As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. |
Modifier and Type | Method and Description |
---|---|
void |
StackedScales.setXAxes(Axis... axes) |
void |
StackedScales.setYAxes(Axis... axes) |