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

PointLabelOptionsBase.Orientation Property

Gets or sets the point label orientation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[DefaultValue(PointLabelOrientation.Default)]
public PointLabelOrientation Orientation { get; set; }

Property Value

Type Default Description
PointLabelOrientation **Default**

A PointLabelOrientation object that specifies the point label orientation.

Property Paths

You can access this nested property as listed below:

Object Type Path to Orientation
ChartSeries
.PointLabelOptions.Orientation
HighLowCloseSeries
.PointLabelOptions.Orientation
OpenHighLowCloseSeries
.PointLabelOptions.Orientation
RangeSeries
.PointLabelOptions.Orientation
ScatterChartDashboardItem
.PointLabelOptions.Orientation
SimpleSeries
.PointLabelOptions.Orientation
WeightedSeries
.PointLabelOptions.Orientation
See Also