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