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.v19.1.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.

Remarks

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

See Also