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 ParallelAxesChart. getParallelAxes()Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxesCharts. getParallelAxes()Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxesChartsApi. getParallelAxes()Returns common options for all yAxes rendered in a parallel coordinates plot, if any.ParallelAxesChartsEngine. getParallelAxes()Methods in org.zkoss.chart with parameters of type ParallelAxes Modifier and Type Method Description voidChart. setParallelAxes(ParallelAxes parallelAxes)Sets common options for all yAxes rendered in a parallel coordinates plot.voidCharts. setParallelAxes(ParallelAxes parallelAxes)Sets common options for all yAxes rendered in a parallel coordinates plot.voidChartsApi. setParallelAxes(ParallelAxes parallelAxes)Sets common options for all yAxes rendered in a parallel coordinates plot.voidChartsEngine. setParallelAxes(ParallelAxes parallelAxes)
-