Skip to main content
All docs
V24.1

TdxChartCustomSecondaryAxisCollectionItem.Range Property

Provides access to scale range settings of the secondary 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 secondary axis.

Refer to the TdxChartRange class description for information on all available options.

See Also