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

PieDashboardItem.LabelPosition Property

Gets or sets the position of data labels.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
PointLabelPosition **Outside**

A PointLabelPosition value that specifies the position of data labels.

Available values:

Name Description
Outside

Labels displayed outside points.

Inside

Labels displayed inside points.

Remarks

To learn how to specify the data label position in the Designer application, see topics below:

See Also