public class ChartSeries extends Object
| Constructor and Description |
|---|
ChartSeries() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSerie(String name,
List<Object> serie) |
List<Object[]> |
getAbscissa() |
List<Object[]> |
getSerie(int serieIndex) |
List<Object[]> |
getSerie(String name)
returns the merge (aka zip, interleave etc) operation between the abscissa and the required serie
|
Map<String,List<Object>> |
getSeries() |
void |
setAbscissa(List<Object[]> abscissa) |
void |
setSeries(LinkedHashMap<String,List<Object>> series) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.