Class TrendlineCollection
Inheritance
System.Object
TrendlineCollection
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TrendlineCollection : IEnumerable<TrendLine>
Methods
Add()
Declaration
public TrendLine Add()
Returns
Type | Description |
---|---|
TrendLine |
GetEnumerator()
Declaration
public IEnumerator<TrendLine> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<TrendLine> |