Skip to main content
A newer version of this page is available. .

ArcScaleMarker Class

An arc scale marker.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleMarker :
    ArcScaleIndicator

The following members return ArcScaleMarker objects:

Remarks

A marker is used to indicate an invariable value of a circular scale. An instance of an arc scale marker is represented by the ArcScaleMarker object. It can be accessed as an item of the ArcScaleMarkerCollection object returned by the ArcScale.Markers property.

For more information on markers, refer to the Marker document.

Example: How to: Use ArcScale

See Also