Skip to main content

CircularGauge.AddStateImageIndicator() Method

Adds a state image indicator to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public StateImageIndicatorComponent AddStateImageIndicator()

Returns

Type Description
StateImageIndicatorComponent

A StateImageIndicatorComponent object that has been added.

Remarks

The AddStateImageIndicator method creates a new StateImageIndicatorComponent and places it into the gauge’s CircularGauge.ImageIndicators collection. See the State and State Image Indicators topic to learn more.

See Also