[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITrendlines

ITrendlines Interface

表示指定系列的所有ITrendline 对象的集合。 每个Trendline对象代表图表中的一个趋势线。趋势线显示系列中数据的趋势或方向。

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

Properties

Name Description
Count

返回集合中的对象数量。

this[int]

从集合中返回单个对象。

Parent

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

Methods

Name Description
Add()

创建一个新的趋势线。