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