Skip to main content
A newer version of this page is available. .

TdxChartCustomAxis.Range Property

Provides access to scale range settings of the axis.

Declaration

property Range: TdxChartRange read; write;

Property Value

Type Description
TdxChartRange

Stores axis scale range settings.

Remarks

You can use Range.VisibleMax and Range.VisibleMin properties to adjust the visible value range of the axis. Refer to the TdxChartRange class description for information on all available options.

See Also