Back to Devexpress

TdxGaugeControl Class

vcl-dxgaugecontrol-4dbf2a08.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomGaugeControl TdxGaugeControl

See Also

TdxGaugeControl Members

dxGaugeControl Unit