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. |
The following tables list the members exposed by ISeriesCollection.
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. |
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. |