Skip to main content

PointLabelOptionsBase.Position Property

Gets or sets the point label position.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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.

Available values:

Name Description
Outside

Labels displayed outside points.

Inside

Labels displayed inside points.

See Also