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