The series observable holding the stream of chart data
Callback for when the observable is subscribed to
Basically the update time when data is collected and then rendered
The assignment of the series to their x- and y-axes
The current state of the x-axis
Callback for when data is updated
Limits the amount of data stored. Any data older than this value (ms) will be dropped on the next update
The callback function to update the plot and timing
The series-name and the associated series
The statistics about the data in the chart and about each series
Callback to update the current time based on the streamed data
The original range of the axes
A subscription to the observable (for cancelling and the likes)
Creates a subscription to the series observable with the data stream. The common code is shared by the plots.