CircularGauge.AddStateImageIndicator() Method
In This Article
Adds a state image indicator to the gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
public StateImageIndicatorComponent AddStateImageIndicator()
#Returns
Type | Description |
---|---|
State |
A State |
#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