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

TdxGaugeLinearScaleRange Class

A range bar created in the linear scales.

#Declaration

Delphi
TdxGaugeLinearScaleRange = class(
    TdxGaugeCustomRange
)

#Remarks

Range bars are used to mark certain intervals on a linear scale. The scale can contain multiple linear range bars.

Refer to the How to Work with Scale Range Bars topic for more information on colored scale range marks.

The TdxGaugeLinearScaleRange class extends its ancestor class with the CenterPositionFactor property that specifies the range bar’s position on a linear scale. This class also publishes properties of its ancestors, which implement the appearance and functionality of linear colored ranges.

See Also