Skip to main content
A newer version of this page is available. .

PieLegendPosition Enum

Lists values that specify the position of the legend within the PieDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public enum PieLegendPosition

Members

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.

Remarks

Values listed by this enumeration are used to set the PieDashboardItem.LegendPosition property.

See Also