Uses of Class
org.zkoss.chart.ParallelAxes
-
Packages that use ParallelAxes Package Description org.zkoss.chart -
-
Uses of ParallelAxes in org.zkoss.chart
Methods in org.zkoss.chart that return ParallelAxes Modifier and Type Method Description ParallelAxes
Chart. getParallelAxes()
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxes
Charts. getParallelAxes()
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxes
ChartsApi. getParallelAxes()
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxes
ChartsEngine. getParallelAxes()
Methods in org.zkoss.chart with parameters of type ParallelAxes Modifier and Type Method Description void
Chart. setParallelAxes(ParallelAxes parallelAxes)
Sets common options for all yAxes rendered in a parallel coordinates plot.void
Charts. setParallelAxes(ParallelAxes parallelAxes)
Sets common options for all yAxes rendered in a parallel coordinates plot.void
ChartsApi. setParallelAxes(ParallelAxes parallelAxes)
Sets common options for all yAxes rendered in a parallel coordinates plot.void
ChartsEngine. setParallelAxes(ParallelAxes parallelAxes)
-