TimeSeriesCollection
Wisej.Web.Ext.SmoothieChart.TimeSeriesCollection
Last updated
Wisej.Web.Ext.SmoothieChart.TimeSeriesCollection
Last updated
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.
Parameter | Type | Description |
---|---|---|
Removes all data sets.
Checks if the specified TimeSeries exists in the collection.
Returns: Boolean.
Copies all data sets to the specified array.
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.
Returns: Int32.
Returns the index of the TimeSeries in the collection.
Removes the TimeSeries from the collection and updates the chart.
Returns: Boolean.
Removes the TimeSeries at the specified index from the collection and updates the chart.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
series
The TimeSeries to look for.
array
The destination array.
arrayIndex
The index at which to begin the copy.
series
The TimeSeries to look for.
index
The index where the new TimeSeries should be insert at.
series
The TimeSeries to insert in the collection.
series
The TimeSeries to remove.
index
The index of the TimeSeries to remove.
series
The TimeSeries to add to the collection.