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.v21.2.Core.dll

NuGet Package: DevExpress.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.

See Also