ChartSeriesCollection Methods |
The ChartSeriesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add(String, DateTime , Double ) |
Adds new ChartSeries to this collection.
Use this method to add series to any type of Area, Radar and Stock charts.
|
![]() |
Add(String, Double , Double ) |
Adds new ChartSeries to this collection.
Use this method to add series to any type of Scatter charts.
|
![]() |
Add(String, String , Double ) |
Adds new ChartSeries to this collection.
Use this method to add series to any type of Bar, Column, Line and Surface charts.
|
![]() |
Add(String, Double , Double , Double ) |
Adds new ChartSeries to this collection.
Use this method to add series to any type of Bubble charts.
|
![]() |
Clear |
Clears all items from the collection.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
RemoveAt |
Removes the element at the specified index from the list.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|