Back to Devexpress

PieLegendPosition Enum

dashboard-devexpress-dot-dashboardcommon-4dd3d904.md

latest1.9 KB
Original Source

PieLegendPosition Enum

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

Declaration

csharp
public enum PieLegendPosition
vb
Public Enum PieLegendPosition

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace