Name | Description | |
---|---|---|
SeriesCollection Constructor | Initializes a new instance of the SeriesCollection class. |
The following tables list the members exposed by SeriesCollection.
Name | Description | |
---|---|---|
SeriesCollection Constructor | Initializes a new instance of the SeriesCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the collection item based on the specified parameter. |
Name | Description | |
---|---|---|
Add | Adds a series to the collection. | |
AddRange | Adds an array of Series objects to the collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Clone | Creates a clone of the SeriesCollection. | |
Contains | Determines whether the collection contains the specified series. | |
CopyTo | Copies the entire collection to an array, starting at the specified index of the target array. | |
Dispose | Releases resources associated with this object. | |
Equals | Compares the SeriesCollection object to another System.Object to see whether they are equal. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
IndexOf | Returns the index of the first occurrence of a value in the collection. | |
Insert | Inserts a series into the collection at the specified index. | |
Remove | Removes the first occurrence of a specific series from the collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |