Uses of Class
org.zkoss.chart.ZAxis
-
Packages that use ZAxis Package Description org.zkoss.chart -
-
Uses of ZAxis in org.zkoss.chart
Methods in org.zkoss.chart that return ZAxis Modifier and Type Method Description ZAxis
Charts. getZAxis()
Returns the ZAxis options, if any.ZAxis
Charts. getZAxis(int index)
Returns the ZAxis options from the given index, if any.ZAxis
ChartsApi. getZAxis()
Returns the ZAxis options, if any.ZAxis
ChartsApi. getZAxis(int index)
Returns the ZAxis options from the given index, if any.ZAxis
ChartsEngine. getZAxis()
ZAxis
ChartsEngine. getZAxis(int index)
ZAxis
PlotData. getZAxis()
Returns the zAxis at the index 0ZAxis
PlotData. getZAxis(int index)
Methods in org.zkoss.chart with parameters of type ZAxis Modifier and Type Method Description void
PlotData. addZAxis(ZAxis zAxis)
Adds the yAxis at the end of zAxis list.void
Charts. setZAxis(ZAxis zaxis)
Sets the zAxis with out putting it in an Arrayvoid
ChartsApi. setZAxis(ZAxis zaxis)
Sets the zAxis with out putting it in an Arrayvoid
ChartsEngine. setZAxis(ZAxis zaxis)
void
PlotData. setZAxis(ZAxis zAxis)
Sets the zAxis with out putting it in an Array
-