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

PieDashboardItem.LegendPosition Property

Gets or sets the position of the legend within the PieDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
[DefaultValue(PieLegendPosition.None)]
public PieLegendPosition LegendPosition { get; set; }

Property Value

Type Default Description
PieLegendPosition **None**

A PieLegendPosition that specifies the position of the legend within the PieDashboardItem.

See Also