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