[]
Configurates MaxX. Sets the x maximum value of the Fibonacci tool.
public FibonacciBuilder<T> MaxX(object value)
Type | Name | Description |
---|---|---|
object | value | The value. |
Type | Description |
---|---|
FibonacciBuilder<T> | Current builder. |
If not specified, current maximum of x-axis is used. The value can be specified as a number or Date object.