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 classColorAxisA Color Axis used for heat map plots onlyclassParallelAxesCommon options for all yAxes rendered in a parallel coordinates plot.classYAxisThe Y axis or value axis.Methods in org.zkoss.chart that return XAxis Modifier and Type Method Description XAxisCharts. getXAxis()Returns the XAxis options, if any.XAxisCharts. getXAxis(int index)Returns the XAxis options from the given index, if any.XAxisChartsApi. getXAxis()Returns the XAxis options, if any.XAxisChartsApi. getXAxis(int index)Returns the XAxis options from the given index, if any.XAxisChartsEngine. getXAxis()XAxisChartsEngine. getXAxis(int index)XAxisPlotData. getXAxis()Returns the xAxis at the index 0XAxisPlotData. 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 voidPlotData. addXAxis(XAxis xAxis)Adds the xAxis at the end of the xAxis list.voidCharts. setXAxis(XAxis xaxis)Sets the xAxis with out putting it in an ArrayvoidChartsApi. setXAxis(XAxis xaxis)Sets the xAxis with out putting it in an ArrayvoidChartsEngine. setXAxis(XAxis xaxis)voidPlotData. setXAxis(XAxis xAxis)Sets the xAxis with out putting it in an Array
-