public class Series extends Object implements Serializable
Series(List<DataSet> data, String label, Color color, GraphType... graphTypes)
Series(List<DataSet> data, String label, Color color, Set<GraphType> graphTypes)
Series
addDataSet(DataSet dataSet, Color color)
List<DataSet>
getData()
String
getLabel()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Series(List<DataSet> data, String label, Color color, Set<GraphType> graphTypes)
public Series(List<DataSet> data, String label, Color color, GraphType... graphTypes)
public String getLabel()
public List<DataSet> getData()
public String toString()
toString
Object
public Series addDataSet(DataSet dataSet, Color color)
Copyright © 2015. All rights reserved.