TimeSeriesCollection
Wisej.Web.Ext.SmoothieChart.TimeSeriesCollection
Last updated
Was this helpful?
Wisej.Web.Ext.SmoothieChart.TimeSeriesCollection
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart (3.2.0.0)
Represents the collection of TimeSeries lines displayed on the SmoothieChart control.
Int32: Returns the number of TimeSeries objects in the collection.
TimeSeries: Returns or sets the TimeSeries at the specified index.
Adds a new TimeSeries to the collection.
series
Removes all data sets.
Checks if the specified TimeSeries exists in the collection.
series
Returns: Boolean.
Copies all data sets to the specified array.
array
The destination array.
arrayIndex
The index at which to begin the copy.
Returns an enumerator that iterates all the TimeSeries objects in the collection.
Returns: IEnumerator<TimeSeries>.
Returns the index of the specified TimeSeries in the collection.
series
Returns: Int32.
Returns the index of the TimeSeries in the collection.
index
series
Removes the TimeSeries from the collection and updates the chart.
series
Returns: Boolean.
Removes the TimeSeries at the specified index from the collection and updates the chart.
index
The to add to the collection.
The to look for.
The to look for.
The index where the new should be insert at.
The to insert in the collection.
The to remove.
The index of the to remove.