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