Click or drag to resize

IChartSeries Methods

The IChartSeries type exposes the following members.

Methods
Name Description
Public method Add
Adds an item to the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method Clear
Removes all items from the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method Contains
Determines whether the ICollection T contains a specific value.
(Inherited from ICollection IChartSerie .)
Public method CopyTo
Copies the elements of the ICollection T to an Array , starting at a particular Array index.
(Inherited from ICollection IChartSerie .)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable IChartSerie .)
Public method Remove(String)
Removes serie by name.
Public method Remove(T)
Removes the first occurrence of a specific object from the ICollection T .
(Inherited from ICollection IChartSerie .)
Public method RemoveAt
Removes Series object from the collection.
Top
See Also