Skip to main content

TdxGaugeCircularWideScale Class

An unbound wide-circular scale created within the Gauge Control.

Declaration

TdxGaugeCircularWideScale = class(
    TdxGaugeCustomCircularWideScale
)

Remarks

Like half- and quarter-circular scales, the wide-circular scales are designed to imitate analog measuring instruments, such as voltmeters, galvanometers, multimeters, etc.

Refer to the TdxGaugeCustomCircularWideScale class description for more information on the wide-circular scales functionality.

The TdxGaugeCircularWideScale class does not define any additional functionality other than that defined in the TdxGaugeCustomCircularWideScale class. It only publishes properties of its ancestors, which are responsible for both the appearance and functionality of wide-circular scales.

Unlike the TdxGaugeDBCircularWideScale class, which implements the data-aware wide circular scales, the TdxGaugeCircularWideScale class publishes the Value property implemented in the TdxGaugeQuantitativeScale class, instead of the DataBinding property implemented in the TdxGaugeCustomScale class.

See Also