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

NuGet Package: DevExpress.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