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

TdxGaugeControl Class

A Gauge Control component.

#Declaration

Delphi
TdxGaugeControl = class(
    TdxCustomGaugeControl
)

#Remarks

A Gauge Control instance is a container for various types of scales imitating dashboards, dials, thermometers, and simple indicators. All scales can easily be zoomed in and out, since the gauge control is based on scalable vector graphics technology.

The TdxGaugeControl class does not define any additional functionality other than that defined in the TdxCustomGaugeControl class. It only publishes properties of its ancestors, which are responsible for both the appearance and behavior of the ExpressGauge control.

For more information on the TdxGaugeControl component, refer to the Gauge Control topic and the TdxCustomGaugeControl class description.

See Also