Skip to main content
A newer version of this page is available. .

CircularGauge.AddStateImageIndicator() Method

Adds a state image indicator to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

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