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 class
ColorAxis
A Color Axis used for heat map plots onlyclass
ParallelAxes
Common options for all yAxes rendered in a parallel coordinates plot.Methods in org.zkoss.chart that return YAxis Modifier and Type Method Description YAxis
Charts. getYAxis()
Returns the YAxis options, if any.YAxis
Charts. getYAxis(int index)
Returns the YAxis options from the given index, if any.YAxis
ChartsApi. getYAxis()
Returns the YAxis options, if any.YAxis
ChartsApi. getYAxis(int index)
Returns the YAxis options from the given index, if any.YAxis
ChartsEngine. getYAxis()
YAxis
ChartsEngine. getYAxis(int index)
YAxis
PlotData. getYAxis()
Returns the yAxis at the index 0YAxis
PlotData. getYAxis(int index)
Methods in org.zkoss.chart with parameters of type YAxis Modifier and Type Method Description void
PlotData. addYAxis(YAxis yAxis)
Adds the yAxis at the end of yAxis list.void
Charts. setYAxis(YAxis yaxis)
Sets the yAxis with out putting it in an Arrayvoid
ChartsApi. setYAxis(YAxis yaxis)
Sets the yAxis with out putting it in an Arrayvoid
ChartsEngine. setYAxis(YAxis yaxis)
void
PlotData. setYAxis(YAxis yAxis)
Sets the yAxis with out putting it in an Array
-