PieDashboardItem.LabelContentType Property
Gets or sets which values are displayed within data labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(PieValueType.ArgumentAndPercent)]
public PieValueType LabelContentType { get; set; }
<DefaultValue(PieValueType.ArgumentAndPercent)>
Public Property LabelContentType As PieValueType
Property Value
Type | Default | Description |
---|---|---|
PieValueType | ArgumentAndPercent |
A PieValueType enumeration member that specifies which values are displayed within data labels. |
See Also
Feedback