ArcScaleMarkerOrientation Enum
Lists the possible ways arc scale markers can be oriented.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Members
Name | Description |
---|---|
Radial
|
The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented to the scale center. |
Radial
|
The Arc scale marker is rotated, so that at any point on a scale a marker is radially oriented from the scale center. |
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. |
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. |
Upside
|
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. |
Rotate
|
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. |
Rotate
|
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. |
#Related API Members
The following properties accept/return ArcScaleMarkerOrientation values:
#Remarks
The values listed by the ArcScaleMarkerOrientation enumeration are used to set the ArcScaleMarkerOptions.Orientation property.