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