Uses of Class
org.zkoss.chart.YAxis
-
Packages that use YAxis Package Description org.zkoss.chart -
-
Uses of YAxis in org.zkoss.chart
Subclasses of YAxis 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.Methods in org.zkoss.chart that return YAxis Modifier and Type Method Description YAxisCharts. getYAxis()Returns the YAxis options, if any.YAxisCharts. getYAxis(int index)Returns the YAxis options from the given index, if any.YAxisChartsApi. getYAxis()Returns the YAxis options, if any.YAxisChartsApi. getYAxis(int index)Returns the YAxis options from the given index, if any.YAxisChartsEngine. getYAxis()YAxisChartsEngine. getYAxis(int index)YAxisPlotData. getYAxis()Returns the yAxis at the index 0YAxisPlotData. getYAxis(int index)Methods in org.zkoss.chart with parameters of type YAxis Modifier and Type Method Description voidPlotData. addYAxis(YAxis yAxis)Adds the yAxis at the end of yAxis list.voidCharts. setYAxis(YAxis yaxis)Sets the yAxis with out putting it in an ArrayvoidChartsApi. setYAxis(YAxis yaxis)Sets the yAxis with out putting it in an ArrayvoidChartsEngine. setYAxis(YAxis yaxis)voidPlotData. setYAxis(YAxis yAxis)Sets the yAxis with out putting it in an Array
-