Skip to main content

ArcScale.Markers Property

Provides access to a collection of markers contained in the current Circular Scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ArcScaleMarkerCollection Markers { get; }

#Property Value

Type Description
ArcScaleMarkerCollection

An ArcScaleMarkerCollection object that contains scale markers.

#Remarks

Use the Markers property to add or remove markers from the current scale, as well as to customize different settings of individual scale markers. A single marker is an instance of the ArcScaleMarker class and can be accessed via the Item[] property of an ArcScaleMarkerCollection object.

Example: How to: Use ArcScale

See Also