[]
Sets the Min property.
public ChartAxisBuilder<T> Min(double? value)
| Type | Name | Description |
|---|---|---|
| double? | value | The value |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder |
Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.
Sets the Min property.
public ChartAxisBuilder<T> Min(DateTime value)
| Type | Name | Description |
|---|---|---|
| DateTime | value | The value |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder |
Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.