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.v23.1.Core.dll

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

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