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 ZAxisCharts. getZAxis()Returns the ZAxis options, if any.ZAxisCharts. getZAxis(int index)Returns the ZAxis options from the given index, if any.ZAxisChartsApi. getZAxis()Returns the ZAxis options, if any.ZAxisChartsApi. getZAxis(int index)Returns the ZAxis options from the given index, if any.ZAxisChartsEngine. getZAxis()ZAxisChartsEngine. getZAxis(int index)ZAxisPlotData. getZAxis()Returns the zAxis at the index 0ZAxisPlotData. getZAxis(int index)Methods in org.zkoss.chart with parameters of type ZAxis Modifier and Type Method Description voidPlotData. addZAxis(ZAxis zAxis)Adds the yAxis at the end of zAxis list.voidCharts. setZAxis(ZAxis zaxis)Sets the zAxis with out putting it in an ArrayvoidChartsApi. setZAxis(ZAxis zaxis)Sets the zAxis with out putting it in an ArrayvoidChartsEngine. setZAxis(ZAxis zaxis)voidPlotData. setZAxis(ZAxis zAxis)Sets the zAxis with out putting it in an Array
-