Abstract
Numeric Series. Base type for line and scatter series.
The series name/label.
Readonly
The x-axis coordinates.
The y-axis coordinates.
The number of data points.
Adds a data point.
The x-axis coordinate.
The y-axis coordinate.
Clears the series.
Forces a redraw of the series at the next update.
This function should be called after manually adding/changing the data arrays for the series.
Numeric Series. Base type for line and scatter series.