[]
表示指定图表中所有ISeries 对象的集合。
public interface ISeriesCollection : IEnumerable<ISeries>, IEnumerable
| Name | Description |
|---|---|
| Count | 返回集合中的对象数量。 |
| this[int] | 从集合中返回单个对象。 |
| this[string] | 从集合中返回单个对象。 |
| Parent | 返回指定对象的双亲对象。 |
| Name | Description |
|---|---|
| Add(IRange) | 向ISeriesCollection 集合中添加一个或多个新系列。 Spread 将通过选定范围的大小和方向确定值的位置。 |
| Add(IRange, RowCol) | 向ISeriesCollection 集合中添加一个或多个新系列。 |
| Add(IRange, RowCol, bool, bool) | 向ISeriesCollection 集合中添加一个或多个新的系列。 |
| Extend(IRange, RowCol, bool) | 向现有系列集合中添加新的数据点。 |
| NewSeries() | 创建一个新的系列。 |