TrendlineCollection
TrendlineCollection class
表示趋势线的集合
public class TrendlineCollection : DomObject<ChartSeries>, ITrendlineCollection
Properties
Name | Description |
---|---|
Count { get; } | 获取集合中实际包含的元素数量。只读 Int32。 |
Item { get; } | 获取指定索引处的元素。只读 Trendline 。 |
Methods
Name | Description |
---|---|
Add(TrendlineType) | 在集合的末尾添加新的趋势线并返回它。 |
GetEnumerator() | 返回一个枚举数,该枚举数遍历集合。 |
Remove(ITrendline) | 移除指定的值。 |
See Also
- class DomObject<TParent>
- class ChartSeries
- interface ITrendlineCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides