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

TdxGaugeLinearScale Class

A linear scale created within an instance of the Gauge Control.

#Declaration

Delphi
TdxGaugeLinearScale = class(
    TdxGaugeCustomLinearScale
)

#Remarks

A linear scale is designed to imitate thermometer-like measuring instruments that use a column of liquid as a value indicator. Linear scales can be horizontal or vertical, and support all predefined visual styles.

Refer to the TdxGaugeCustomLinearScale class description for more information on the linear scales functionality.

The TdxGaugeLinearScale class does not define any additional functionality other than that defined in the TdxGaugeCustomLinearScale class. It only publishes properties of its ancestors, which are responsible for both the appearance and functionality of linear scales.

Unlike the TdxGaugeDBLinearScale class, which implements the data-aware linear scales, the TdxGaugeLinearScale class publishes the Value property implemented in the TdxGaugeQuantitativeScale class instead of the DataBinding property implemented in the TdxGaugeCustomScale class.

See Also