dashboard-devexpress-dot-dashboardcommon-4dd3d904.md
Lists values that specify the position of the legend within the PieDashboardItem.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum PieLegendPosition
Public Enum PieLegendPosition
| 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.
|
The following properties accept/return PieLegendPosition values:
Values listed by this enumeration are used to set the PieDashboardItem.LegendPosition property.
See Also