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

TdxGaugeCircularWideScaleRange Class

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

#Declaration

Delphi
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