Skip to main content

TdxGaugeControl Class

A Gauge Control component.

Declaration

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