PieDashboardItem.LegendPosition Property
In This Article
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 |
---|---|---|
Pie |
None | A Pie |
Available values:
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 |
See Also