Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeCircularScaleRange Class

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

#Declaration

Delphi
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