Skip to main content

TdxGaugeCircularScaleRange Class

A colored range mark (range bar) displayed on an unbound or data-aware arc scale.

Declaration

TdxGaugeCircularScaleRange = class(
    TdxGaugeCustomCircularScaleRange
)

Remarks

This class implements colored range marks that can be created within circular, three-fourth circular, half-circular, or quarter-circular scales.

The range bars mark certain intervals on arc scales. A single scale can contain multiple range marks highlighting the same or different portions of the arc scale’s range of displayed values:

The TdxGaugeCircularScaleRange class does not implement any new members. It simply publishes the properties and methods implemented by its ancestors. Refer to the TdxGaugeCustomCircularScaleRange class descriptions for details on published members.

For more information on management and customization of the colored range marks, refer to the How to Work with Scale Range Bars topic.

See Also