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 Series
Charts. getSeries()
Returns the Series options, if any.Series
Charts. getSeries(int index)
Returns the Series options from the given index, if any.Series
ChartsApi. getSeries()
Returns the Series options, if any.Series
ChartsApi. getSeries(int index)
Returns the Series options from the given index, if any.Series
ChartsEngine. getSeries()
Series
ChartsEngine. getSeries(int index)
Series
ChartsEvent. getSeries()
Returns the series object.Series
PlotData. getSeries()
Returns the series at the index 0Series
PlotData. 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 void
Charts. addSeries(Series series)
Add a series to the chart after render time.void
ChartsApi. addSeries(Series series)
Add a series to the chart after render time.void
ChartsEngine. addSeries(Series series)
void
PlotData. addSeries(Series series)
Adds the series at the end of the series listvoid
Charts. addSeriesAsDrilldown(Point point, Series series)
Add a series to the chart as drilldown from a specific point in the parent series.void
Drilldown. 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 void
Drilldown. setSeries(List<Series> series)
Sets an array of series configurations for the drill down.
-