Skip to main content

LinearGaugeControl Class

A Linear Gauge control shipped with the DXGauges Suite.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v14.2.dll

#Declaration

[DXToolboxBrowsable]
public class LinearGaugeControl :
    AnalogGaugeControl

#Remarks

The LinearGaugeControl class is a visual gauge control intended for creating thermometer, indicators, etc.

The following images show some examples of a linear gauge.

Weather Forecast Web Site Visitor Trend
Linear Gauge_Weather Forecast Linear Gauge_Web site visitor trend

A gauge control is comprised of separate elements, such as level bars, scales, range bars, ranges, etc. To learn more about them, refer to the Visual Elements (Linear Gauge) section.

#Examples

This example illustrates how to create a LinearGaugeControl instance with two LinearScale objects.

See Also