Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeCircularQuarterLeftScale Class

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

#Declaration

Delphi
TdxGaugeCircularQuarterLeftScale = class(
    TdxGaugeCustomCircularQuarterLeftScale
)

#Remarks

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

Refer to the TdxGaugeCustomCircularQuarterLeftScale class description for more information on the left-quarter circular scales functionality.

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

Unlike the TdxGaugeDBCircularQuarterLeftScale class, which implements the data-aware quarter-left circular scales, the TdxGaugeCircularQuarterLeftScale class publishes the Value property implemented in the TdxGaugeQuantitativeScale class instead of the DataBinding property implemented in the TdxGaugeCustomScale class.

See Also