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

Declaration

[DefaultValue(PieLegendPosition.None)]
[Browsable(false)]
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