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 classColorAxisA Color Axis used for heat map plots onlyclassParallelAxesCommon options for all yAxes rendered in a parallel coordinates plot.classXAxisThe X axis or category axis.classYAxisThe Y axis or value axis.classZAxisThe Z axis or category axis.Methods in org.zkoss.chart with parameters of type Axis Modifier and Type Method Description voidCharts. addAxis(Axis axis)Add an axis to the chart after render time.voidChartsApi. addAxis(Axis axis)Add an axis to the chart after render time.voidChartsEngine. addAxis(Axis axis)
-