Function
Create a new data series object for use within charting.
The chart that this series belongs to.
The array of data points (either numbers or objects) that represents the data to be drawn. Or it can be an object. In the latter case, it should have a property "data" (an array), destroy(), and setSeriesObject().
An optional keyword arguments object to set details for this series.
Function
Clear the calculated additional parameters set on this series.
Function
The array of data points (either numbers or objects) that represents the data to be drawn. Or it can be an object. In the latter case, it should have a property "data" (an array), destroy(), and setSeriesObject().
Set data and make this object dirty, so it can be redrawn.
Array|Object
The array of data points (either numbers or objects) that represents the data to be drawn. Or it can be an object. In the latter case, it should have a property "data" (an array), destroy(), and setSeriesObject().
Function
The plot (by name) that this series belongs to.
An optional arguments object that can be used in the Series constructor.
String?
The plot (by name) that this series belongs to.
Object
Object