Represents a list with DoubleCollection-s for specifying the data in multi-series charts.
The following tables list the members exposed by the SeriesCollection type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the SeriesCollection class. |
Name | Description | |
---|---|---|
![]() |
List.Count override. |
|
![]() |
List.IsSynchronized override. |
|
![]() |
Gets or sets the element at the specified index. |
|
![]() |
List.SyncRoot override. |
Name | Description | |
---|---|---|
![]() |
Adds a new DoubleCollection object to the collection. |
|
![]() |
Clears all items from the collection |
|
![]() |
Creates a copy of the current collection. |
|
![]() |
Compares the current SeriesCollection to another collection. |
|
![]() |
Checks whether a particular DoubleCollection object is contained within the current collection. |
|
![]() |
List.CopyTo override. |
|
![]() |
List.GetEnumerator override. |
|
![]() |
Returns an array with all DoubleCollection objects in the collection. |
|
![]() |
Returns the index of the first occurrence of the specified DoubleCollection. |
|
![]() |
Inserts the specified DoubleCollection object in the specified position. |
|
![]() |
Removes the first occurrence of the specified DoubleCollection object. |
|
![]() |
Removes the DoubleCollection object at the specified index. |