Skip to main content

TcxGridChartHistogramAxisValue.MinMaxValues Property

Specifies the display range type for the value axis.

Declaration

property MinMaxValues: TcxGridChartHistogramMinMaxValues read; write; default mmvZeroBasedAuto;

Property Value

Type Default
TcxGridChartHistogramMinMaxValues mmvZeroBasedAuto

Remarks

Options include:

Value

Meaning

Example

mmvZeroBasedAuto

The display range is calculated automatically based on chart values. The value axis displays zero-based chart values.

mmvAuto

The display range is calculated automatically based on chart values.

mmvCustom

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.

See Also