OptionalaxisOptionaldropThe number of milliseconds of data to hold in memory before dropping it. Defaults to infinity (i.e. no data is dropped)
OptionalpanEnables panning (default is false)
OptionalspikeThe (optional, default = 2 pixels) top and bottom margin (in pixels) for the spike lines in the plot. Margins on individual series can also be set through the Chart.seriesStyles property.
OptionalwithWhen set, uses a cadence with the specified refresh period (in milliseconds). For plots where the updates are slow (> 100 ms) using a cadence of 10 to 25 ms smooths out the updates and makes the plot updates look cleaner. When updates are around 25 ms or less, then setting the cadence period too small will result in poor update performance. Generally at high update speeds, the cadence is unnecessary. Finally, using cadence, sets the max time to the current time.
OptionalzoomEnables zooming (default is false)
OptionalzoomWhen true, requires that the shift or control key be pressed while scrolling to activate the zoom
Holds the mapping between a series and the axis it uses (is assigned). The map's key holds the series name, and the value is an AxesAssignment object holding the ID of the assigned x-axis and y-axis.