Skip to main content

TdxGaugeLinearScaleRange Class

A range bar created in the linear scales.

Declaration

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