TdxGaugeQuantitativeScale.Ranges Property
Provides access to the quantitative scale‘s collection of range marks.
Declaration
property Ranges: TdxGaugeRangeCollection read; write;
Property Value
| Type |
|---|
| TdxGaugeRangeCollection |
Remarks
Use this property to manage and customize the range bars created within a scale.

Refer to the TdxGaugeRangeCollection class description for additional information.
See Also