[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ISeriesCollection

ISeriesCollection Interface

表示指定图表中所有ISeries 对象的集合。

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: GcDocs.Excel.dll
Syntax
public interface ISeriesCollection : IEnumerable<ISeries>, IEnumerable

Properties

Name Description
Count

返回集合中的对象数量。

this[int]

从集合中返回单个对象。

this[string]

从集合中返回单个对象。

Parent

返回指定对象的双亲对象。

Methods

Name Description
Add(IRange)

ISeriesCollection 集合中添加一个或多个新系列。 Spread 将通过选定范围的大小和方向确定值的位置。

Add(IRange, RowCol)

ISeriesCollection 集合中添加一个或多个新系列。

Add(IRange, RowCol, bool, bool)

ISeriesCollection 集合中添加一个或多个新的系列。

Extend(IRange, RowCol, bool)

向现有系列集合中添加新的数据点。

NewSeries()

创建一个新的系列。