PieLegendPosition Enum
Lists values that specify the position of the legend within the PieDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The legend is not displayed. |
Left
|
The legend is positioned on the left of the Pie |
Right
|
The legend is positioned on the right of the Pie |
Top
|
The legend is positioned at the top of the Pie |
Bottom
|
The legend is positioned at the bottom of the Pie |
Top
|
The legend is positioned at the top right corner of the Pie |
#Related API Members
The following properties accept/return PieLegendPosition values:
#Remarks
Values listed by this enumeration are used to set the PieDashboardItem.LegendPosition property.