Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartHistogramAxisValue.MinMaxValues Property

Specifies the display range type for the value axis.

#Declaration

Delphi
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

mmvZeroBasedAuto (default)

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

VCL Data Grid: A Zero-Based Automatic Scale

mmvAuto

The display range is calculated automatically based on chart values.

VCL Data Grid: An Automatic Scale

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.

VCL Data Grid: A Custom Scale

#Default Value

The MinMaxValues property’s default value is mmvZeroBasedAuto.

See Also