Uses of Class
org.zkoss.chart.Series
-
Packages that use Series Package Description org.zkoss.chart -
-
Uses of Series in org.zkoss.chart
Methods in org.zkoss.chart that return Series Modifier and Type Method Description SeriesCharts. getSeries()Returns the Series options, if any.SeriesCharts. getSeries(int index)Returns the Series options from the given index, if any.SeriesChartsApi. getSeries()Returns the Series options, if any.SeriesChartsApi. getSeries(int index)Returns the Series options from the given index, if any.SeriesChartsEngine. getSeries()SeriesChartsEngine. getSeries(int index)SeriesChartsEvent. getSeries()Returns the series object.SeriesPlotData. getSeries()Returns the series at the index 0SeriesPlotData. getSeries(int index)Returns the series from the given index.Methods in org.zkoss.chart that return types with arguments of type Series Modifier and Type Method Description List<Series>Drilldown. getSeries()Returns an array of series configurations for the drill down.Methods in org.zkoss.chart with parameters of type Series Modifier and Type Method Description voidCharts. addSeries(Series series)Add a series to the chart after render time.voidChartsApi. addSeries(Series series)Add a series to the chart after render time.voidChartsEngine. addSeries(Series series)voidPlotData. addSeries(Series series)Adds the series at the end of the series listvoidCharts. addSeriesAsDrilldown(Point point, Series series)Add a series to the chart as drilldown from a specific point in the parent series.voidDrilldown. setSeries(Series... series)Sets an array of series configurations for the drill down.Method parameters in org.zkoss.chart with type arguments of type Series Modifier and Type Method Description voidDrilldown. setSeries(List<Series> series)Sets an array of series configurations for the drill down.
-