Uses of Class
org.zkoss.chart.XAxis
-
Packages that use XAxis Package Description org.zkoss.chart -
-
Uses of XAxis in org.zkoss.chart
Subclasses of XAxis 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
YAxis
The Y axis or value axis.Methods in org.zkoss.chart that return XAxis Modifier and Type Method Description XAxis
Charts. getXAxis()
Returns the XAxis options, if any.XAxis
Charts. getXAxis(int index)
Returns the XAxis options from the given index, if any.XAxis
ChartsApi. getXAxis()
Returns the XAxis options, if any.XAxis
ChartsApi. getXAxis(int index)
Returns the XAxis options from the given index, if any.XAxis
ChartsEngine. getXAxis()
XAxis
ChartsEngine. getXAxis(int index)
XAxis
PlotData. getXAxis()
Returns the xAxis at the index 0XAxis
PlotData. getXAxis(int index)
Returns the xAxis from the given index.Methods in org.zkoss.chart with parameters of type XAxis Modifier and Type Method Description void
PlotData. addXAxis(XAxis xAxis)
Adds the xAxis at the end of the xAxis list.void
Charts. setXAxis(XAxis xaxis)
Sets the xAxis with out putting it in an Arrayvoid
ChartsApi. setXAxis(XAxis xaxis)
Sets the xAxis with out putting it in an Arrayvoid
ChartsEngine. setXAxis(XAxis xaxis)
void
PlotData. setXAxis(XAxis xAxis)
Sets the xAxis with out putting it in an Array
-