[]
Configurates MinX. Sets the minimal x-value.
public TrendLineBuilder<T> MinX(int? value)
| Type | Name | Description |
|---|---|---|
| int? | value | The value. |
| Type | Description |
|---|---|
| TrendLineBuilder<T> | Current builder. |
The default value is null and the minimum is calculated automatically from original data range.