DataSetCollection
Wisej.Web.Ext.ChartJS.DataSetCollection
Last updated
Was this helpful?
Wisej.Web.Ext.ChartJS.DataSetCollection
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
Collection of DataSet objects. Represents the sets of data to plot.
Int32: Returns the number of DataSet objects in the collection.
DataSet: Returns or sets the DataSet at the specified position.
DataSet: Returns or sets the DataSet identified by the label name.
Adds a new DataSet to the collection.
dataSet
Creates and adds a new DataSet to the collection.
name
Returns: DataSet.
Removes all data sets.
Checks if the specified DataSet exists in the collection.
dataSet
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 DataSet objects in the collection.
Returns: IEnumerator<DataSet>.
Returns the index of the specified DataSet in the collection.
dataSet
Returns: Int32.
Returns the index of the DataSet in the collection.
index
dataSet
Removes the DataSet from the collection and updates the chart.
dataSet
Returns: Boolean.
Removes the DataSet at the specified index from the collection and updates the chart.
index
The to add to the collection.
The name of the new .
The to look for.
The to remove.
The index of the to remove.