[]
Series collection class
[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class SeriesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable
Name | Description |
---|---|
SeriesCollection() | Initializes a new instance of the SeriesCollection class. |
Name | Description |
---|---|
this[int] | Gets or sets collection item by given index |
this[string] | Gets the Series with the specified series name. |
Name | Description |
---|---|
Add(Series) | Adds layer object to the current collection |
AddRange(Series[]) | Adds a set of layers to the current collection |
Clone() | Creates a clone of the current collection |
Contains(Series) | Determines whether the Collection contains the given Series |
CopyTo(Series[], int) | TBW |
Dispose() | Disposes this instance. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |
IndexOf(Series) | Returns the index of the first occurrence of a value in the collection. |
Insert(int, Series) | Inserts an element into the collection at the specified index. |
OnClear() | |
OnClearComplete() | |
OnInsertComplete(int, object) | |
OnRemoveComplete(int, object) | |
OnSetComplete(int, object, object) | |
Remove(Series) | Removes the first occurrence of a specific object from the collection. |