SeriesCollection Methods
Represents a collection that stores individual series within a chart control.
Name | Description |
---|---|
Add |
Appends the specified Series object to the current collection. |
Add |
Appends a new series with the specified name and view type to the collection. |
Add |
Appends an array of series to the collection. |
Begin |
Prevents the collection from being updated until the Chart |
Cancel |
Unlocks the collection after a call to the Chart |
Clear() |
Removes all objects from the Collection |
Contains |
Determines whether the collection contains the specified chart element.
Inherited from Chart |
Contains |
Determines whether the collection contains the specified series. |
End |
Unlocks the collection after a call to the Chart |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Generate |
Returns a unique name for the new series in the collection. |
Get |
Gets a chart element within the collection by its index.
Inherited from Chart |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified object’s position within the collection.
Inherited from Chart |
Index |
Returns the specified object’s position within the collection. |
Insert |
Inserts the specified series into the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified Chart |
Remove |
Removes the specified Series object from the collection. |
Remove |
Removes the element at the specified index of the Collection |
Swap |
Swaps the two specified series within the series collection. |
Swap |
Swaps the two items with the specified indexes in the collection.
Inherited from Chart |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Copies the elements of the Series |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also