Skip to main content

TdxGaugeCircularWideScaleRange Class

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

Declaration

TdxGaugeCircularWideScaleRange = class(
    TdxGaugeCustomCircularScaleRange
)

Remarks

This class implements colored range marks that can be created within wide circular scales. A single scale can contain multiple range marks highlighting the same or different portions of the circular wide scale’s range of displayed values:

The TdxGaugeCircularWideScaleRange class does not implement any new members. It simply publishes the properties and methods implemented by its ancestors. Refer to the TdxGaugeCustomCircularScaleRange class description 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