Skip to main content

TdxGaugeArcQuantitativeScale Class

The base class for the arc scales.

Declaration

TdxGaugeArcQuantitativeScale = class(
    TdxGaugeCustomArcQuantitativeScale
)

Remarks

This class implements the basic functionality required for the unbound and data-aware circular, three-fourth circular, half-circular, and quarter-circular scales.

Refer to the Arc Scales topic for more information.

The TdxGaugeCustomArcQuantitativeScale class overrides the OptionsLayout and OptionsView properties implemented in its ancestor class.

You do not need to create instances of the TdxGaugeCustomArcQuantitativeScale class. Use its descendants instead.

See Also