Uses of Class
org.zkoss.chart.Axis
-
Packages that use Axis Package Description org.zkoss.chart -
-
Uses of Axis in org.zkoss.chart
Subclasses of Axis in org.zkoss.chart Modifier and Type Class Description class
ColorAxis
A Color Axis used for heat map plots onlyclass
ParallelAxes
Common options for all yAxes rendered in a parallel coordinates plot.class
XAxis
The X axis or category axis.class
YAxis
The Y axis or value axis.class
ZAxis
The Z axis or category axis.Methods in org.zkoss.chart with parameters of type Axis Modifier and Type Method Description void
Charts. addAxis(Axis axis)
Add an axis to the chart after render time.void
ChartsApi. addAxis(Axis axis)
Add an axis to the chart after render time.void
ChartsEngine. addAxis(Axis axis)
-