Skip to main content

TdxGaugeArcQuantitativeScaleOptionsView Class

Stores the visual appearance settings of both the unbound and data-aware arc scales.

Declaration

TdxGaugeArcQuantitativeScaleOptionsView = class(
    TdxGaugeQuantitativeScaleOptionsView
)

Remarks

This class implements both the appearance and value visual representation settings, applied to both unbound and data-aware arc scales, including wide circular scales.

The TdxGaugeArcQuantitativeScaleOptionsView class extends its ancestor class with the following properties allowing you to:

The TdxGaugeArcQuantitativeScaleOptionsView object is referenced by the OptionsView property implemented in the TdxGaugeCustomArcQuantitativeScale class.

See Also