Back to Devexpress

TdxChartCustomAxis.Range Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-3287b301.md

latest990 B
Original Source

TdxChartCustomAxis.Range Property

Provides access to scale range settings of the axis.

Declaration

delphi
property Range: TdxChartRange read; write;

Property Value

TypeDescription
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

TdxChartCustomAxis.NumericScaleOptions Property

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit