public class Series extends Object implements Serializable
| Constructor and Description |
|---|
Series(List<DataSet> data,
String label,
Color color,
GraphType... graphTypes) |
Series(List<DataSet> data,
String label,
Color color,
Set<GraphType> graphTypes) |
| Modifier and Type | Method and Description |
|---|---|
Series |
addDataSet(DataSet dataSet,
Color color) |
List<DataSet> |
getData() |
String |
getLabel() |
String |
toString() |
Copyright © 2018. All rights reserved.