Skip to main content

PieDashboardItem.LegendPosition Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.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.

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