PieDashboardItem.ShowPieCaptions Property
Gets or sets whether to show captions for individual diagrams within this dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(true)]
public bool ShowPieCaptions { get; set; }
<DefaultValue(True)>
Public Property ShowPieCaptions As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to show captions for individual diagrams within this dashboard item; otherwise, false. |
Remarks
In the following PieDashboardItem, the ShowPieCaptions property is set to true.
See Also
Feedback