CircularGauge.Markers Property
Provides access to the marker collection for the current gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleMarkerComponentCollection | An ArcScaleMarkerComponentCollection object that represents the collection of marker objects. |
Remarks
The collection’s elements are of the ArcScaleMarkerComponent type.
See Also