Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ArcScaleMarkerOptions.Orientation Property

Provides different types of orientation for the marker on the Circular scale.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v24.2.dll

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public ArcScaleMarkerOrientation Orientation { get; set; }

#Property Value

Type Description
ArcScaleMarkerOrientation

An ArcScaleMarkerOrientation object that specifies possible ways the marker can be oriented.

Available values:

Name Description
RadialToCenter

The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented to the scale center.

ArcScale Marker_RadialToCenter

RadialFromCenter

The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented from the scale center.

ArcScale Marker_RadialFromCenter

Tangent

The Arc scale marker is rotated, so that at any point on a scale a marker is tangentially oriented to the corresponding values on a scale.

ArcScaleMarker_Tangent

Normal

An Arc scale marker isn’t rotated when painted, and its default orientation is used. For example, in the picture below, a marker’s model represents an arrow oriented from right to left.

ArcScaleMarker_Normal

UpsideDown

The Arc scale marker is rotated by 180 degrees when being painted. For example, in the picture below, a marker’s model represents an arrow oriented from left to right.

ArcScaleMarker_UpsideDown

RotateClockwise

The Arc scale marker is rotated clockwise by 90 degrees when being painted. For example, in the picture below a marker’s model represents an arrow oriented from bottom to top.

ArcScale Marker_RotateClockwise

RotateCounterclockwise

The Arc scale marker is rotated counterclockwise by 90 degrees when being painted. For example, in the picture below a marker’s model represents an arrow oriented from top to bottom.

ArcScaleMarker_RotateCounterclockwise

#Property Paths

You can access this nested property as listed below:

Object Type Path to Orientation
ArcScaleMarker
.Options .Orientation
See Also