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

PieDashboardItem.LabelContentType Property

Gets or sets which values are displayed within data labels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(PieValueType.ArgumentAndPercent)]
public PieValueType LabelContentType { get; set; }

Property Value

Type Default Description
PieValueType ArgumentAndPercent

A PieValueType enumeration member that specifies which values are displayed within data labels.

See Also