Back to Devexpress

TdxGaugeLinearScaleRange Class

vcl-dxgaugelinearscale-6272b6ac.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxGaugeCustomRange TdxGaugeLinearScaleRange

See Also

TdxGaugeLinearScaleRange Members

dxGaugeLinearScale Unit