[]
Represents a collection of all the ISeries objects in the specified chart.
public interface ISeriesCollection : IEnumerable<ISeries>, IEnumerable
Public Interface ISeriesCollection
Inherits IEnumerable(Of ISeries), IEnumerable
| Name | Description |
|---|---|
| Count | Returns the number of objects in the collection. |
| this[int] | Returns a single object from a collection. |
| this[string] | Returns a single object from a collection. |
| Parent | Returns the parent object for the specified object. |
| Name | Description |
|---|---|
| Add(IRange) | 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. |
| Add(IRange, RowCol) | Adds one or more new series to the ISeriesCollection collection. |
| Add(IRange, RowCol, bool, bool) | Adds one or more new series to the ISeriesCollection collection. |
| Extend(IRange, RowCol, bool) | Adds new data points to an existing series collection. |
| NewSeries() | Creates a new series. |