ISeriesCollection Interface Members
In This Topic
The following tables list the members exposed by ISeriesCollection.
Public Properties
| Name | Description |
| Count |
Returns the number of objects in the collection.
|
| Item | Overloaded.
Returns a single object from a collection.
|
| Parent |
Returns the parent object for the specified object.
|
Top
Public Methods
| Name | Description |
| Add | Overloaded. Adds one or more new series to the ISeriesCollection collection. Spread will determine where the values are by the size and orientation of the selected range. |
| Extend |
Adds new data points to an existing series collection.
|
| GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<ISeries>) |
| NewSeries |
Creates a new series.
|
Top
See Also