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

PointLabelOptionsBase.Position Property

Gets or sets the point label position.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(PointLabelPosition.Outside)]
public PointLabelPosition Position { get; set; }

Property Value

Type Default Description
PointLabelPosition **Outside**

A PointLabelPosition object that specifies the point label position.

Property Paths

You can access this nested property as listed below:

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