[]
Sets the fit type of the trendline.
public TrendLineBuilder<T> FitType(TrendLineFitType value)
Public Function FitType(value As TrendLineFitType) As TrendLineBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| TrendLineFitType | value | The value |
| Type | Description |
|---|---|
| TrendLineBuilder<T> | Current Builder |