TcxGridChartHistogramAxisValue.MaxValue Property
Specifies the maximum value on the value axis.
Declaration
property MaxValue: Extended read; write;
Property Value
| Type | Description |
|---|---|
| Extended | The maximum value on the axis of values. |
Remarks
Use MinValue and MaxValue properties to define a custom visible range for the axis of values.
The MaxValue property setter changes the MinMaxValues property value to mmvCustom.
See Also