TimeSeriesCollection

Wisej.Web.Ext.SmoothieChart.TimeSeriesCollection

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.

public class TimeSeriesCollection : IList<TimeSeries>, ICollection<TimeSeries>, IEnumerable<TimeSeries>, IEnumerable, IList, ICollection

Properties

Int32: Returns the number of TimeSeries objects in the collection.

TimeSeries: Returns or sets the TimeSeries at the specified index.

Methods

Adds a new TimeSeries to the collection.

ParameterTypeDescription

series

The TimeSeries to add to the collection.

Removes all data sets.

Checks if the specified TimeSeries exists in the collection.

ParameterTypeDescription

series

The TimeSeries to look for.

Returns: Boolean.

Copies all data sets to the specified array.

ParameterTypeDescription

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.

ParameterTypeDescription

series

The TimeSeries to look for.

Returns: Int32.

Returns the index of the TimeSeries in the collection.

ParameterTypeDescription

index

The index where the new TimeSeries should be insert at.

series

The TimeSeries to insert in the collection.

Removes the TimeSeries from the collection and updates the chart.

ParameterTypeDescription

series

The TimeSeries to remove.

Returns: Boolean.

Removes the TimeSeries at the specified index from the collection and updates the chart.

ParameterTypeDescription

index

The index of the TimeSeries to remove.

Last updated