Uses of Class
com.jalios.jcms.chart.series.ChartSeries
-
Packages that use ChartSeries Package Description com.jalios.jcms.chart com.jalios.jcms.chart.series -
-
Uses of ChartSeries in com.jalios.jcms.chart
Methods in com.jalios.jcms.chart that return types with arguments of type ChartSeries Modifier and Type Method Description java.util.List<ChartSeries<?>>
Chart. getSeriesList()
Methods in com.jalios.jcms.chart with parameters of type ChartSeries Modifier and Type Method Description Chart
Chart. addSeries(ChartSeries<?>... series)
static double
ChartUtil. max(ChartSeries<?> series)
compute the max of all value of a seriesstatic double
ChartUtil. mean(ChartSeries<?> series)
compute the arithmetic mean of all value of a seriesstatic double
ChartUtil. min(ChartSeries<?> series)
compute the min of all value of a seriesstatic double
ChartUtil. sum(ChartSeries<?> series)
compute the sum of all value of a seriesMethod parameters in com.jalios.jcms.chart with type arguments of type ChartSeries Modifier and Type Method Description Chart
Chart. setSeriesList(java.util.List<ChartSeries<?>> seriesList)
-
Uses of ChartSeries in com.jalios.jcms.chart.series
Classes in com.jalios.jcms.chart.series with type parameters of type ChartSeries Modifier and Type Class Description class
ChartSeries<T extends ChartSeries<T>>
Subclasses of ChartSeries in com.jalios.jcms.chart.series Modifier and Type Class Description class
BarSeries
class
LineSeries
-