Skip to main content

TdxGaugeDigitalScaleOptionsView Class

Stores the appearance and functionality settings for both the unbound and data-aware digital scales.

Declaration

TdxGaugeDigitalScaleOptionsView = class(
    TdxGaugeCustomScaleOptionsView
)

Remarks

This class implements the string value display options for digital scales.

The TdxGaugeDigitalScaleOptionsView class extends its ancestor class with the digital scale-specific properties which allow you to:

The TdxGaugeDigitalScaleOptionsView object is referenced by the OptionsView property implemented in the TdxGaugeCustomDigitalScale class.

See Also