[]
Add a TrendLine Series to the series list.
public TrendLineBuilder<T> AddTrendLine()
Type | Description |
---|---|
TrendLineBuilder<T> | The series builder |
Add a TrendLine Series to the series list.
public TrendLineBuilder<T> AddTrendLine(string name)
Type | Name | Description |
---|---|---|
string | name | The name of series |
Type | Description |
---|---|
TrendLineBuilder<T> | The series builder |