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.v18.2.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.

Available values:

Name Description
None

The legend is not displayed.

Left

The legend is positioned on the left of the PieDashboardItem.

Right

The legend is positioned on the right of the PieDashboardItem.

Top

The legend is positioned at the top of the PieDashboardItem.

Bottom

The legend is positioned at the bottom of the PieDashboardItem.

TopRight

The legend is positioned at the top right corner of the PieDashboardItem.

See Also