CircularGauge.AddStateImageIndicator() Method
Adds a state image indicator to the gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
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