Back to Devexpress

TdxGaugeCircularQuarterRightScale Class

vcl-dxgaugecircularscale-ef901152.md

latest2.9 KB
Original Source

TdxGaugeCircularQuarterRightScale Class

A circular quarter-right scale created within the gauge control.

Declaration

delphi
TdxGaugeCircularQuarterRightScale = class(
    TdxGaugeCustomCircularQuarterRightScale
)

Remarks

Circular quarter-right scales are designed to imitate analog measuring instruments, such as voltmeters, galvanometers, multimeters, etc.

Refer to the TdxGaugeCustomCircularQuarterRightScale class description for more information on the right-quarter scales functionality.

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

Unlike the TdxGaugeDBCircularQuarterRightScale class, which implements the data-aware quarter-right circular scales, the TdxGaugeCircularQuarterRightScale class publishes the Value property implemented in the TdxGaugeQuantitativeScale class instead of the DataBinding property implemented in the TdxGaugeCustomScale class.

Inheritance

Show 12 items

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxGaugeCustomScale TdxGaugeQuantitativeScale TdxGaugeCustomArcQuantitativeScale TdxGaugeArcQuantitativeScale TdxGaugeCustomCircularHalfScale TdxGaugeCustomCircularQuarterRightScale TdxGaugeCircularQuarterRightScale

See Also

TdxGaugeCircularQuarterRightScale Members

dxGaugeCircularScale Unit