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

ArcScaleLabelOptions.Orientation Property

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

public ArcScaleLabelOrientation Orientation { get; set; }

Property Value

Type Description
ArcScaleLabelOrientation

An ArcScaleLabelOrientation object that specifies possible ways labels can be oriented.

Available values:

Name Description
Radial

Arc scale labels are painted radially to the corresponding values on a scale.

ArcScaleLabel_Radial

Tangent

Arc scale labels are painted tangentially to the corresponding values on a scale.

ArcScaleLabel_Tangent

LeftToRight

Arc scale labels are painted from left to right.

ArcScaleLabel_LeftToRight

BottomToTop

Arc scale labels are painted from bottom to top.

ArcScaleLabel_BottomToTop

TopToBottom

Arc scale labels are painted from top to bottom.

ArcScaleLabel_TopToBottom

Property Paths

You can access this nested property as listed below:

Object Type Path to Orientation
ArcScale
.LabelOptions.Orientation

The following code snippets (auto-collected from DevExpress Examples) contain references to the Orientation property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also