| Package | Description | 
|---|---|
| com.jalios.jcms.chart | |
| com.jalios.jcms.chart.series | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ChartSeries<?>> | 
Chart.getSeriesList()  | 
| Modifier and Type | Method and Description | 
|---|---|
Chart | 
Chart.addSeries(ChartSeries<?>... series)  | 
static double | 
ChartUtil.max(ChartSeries<?> series)
compute the max of all value of a series 
 | 
static double | 
ChartUtil.mean(ChartSeries<?> series)
compute the arithmetic mean of all value of a series 
 | 
static double | 
ChartUtil.min(ChartSeries<?> series)
compute the min of all value of a series 
 | 
static double | 
ChartUtil.sum(ChartSeries<?> series)
compute the sum of all value of a series 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Chart | 
Chart.setSeriesList(java.util.List<ChartSeries<?>> seriesList)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChartSeries<T extends ChartSeries<T>>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BarSeries  | 
class  | 
LineSeries  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.