TcxGridChartHistogramAxisValue.MinMaxValues Property
Specifies the display range type for the value axis.
Declaration
property MinMaxValues: TcxGridChartHistogramMinMaxValues read; write; default mmvZeroBasedAuto;
Property Value
Type | Default | Description |
---|---|---|
TcxGridChartHistogramMinMaxValues | mmvZeroBasedAuto | The axis display range type. |
Remarks
Options include:
Value | Description | Example |
---|---|---|
| The display range is calculated automatically based on chart values. The value axis displays zero-based chart values. | |
| The display range is calculated automatically based on chart values. | |
| The upper and lower limits of the display range can be set via the MaxValue and MinValue properties. The following image displays a value axis restricted to the range of 10000 – 30000. |
Default Value
The MinMaxValues
property’s default value is mmvZeroBasedAuto.
See Also