PieDashboardItem.LegendPosition Property
Gets or sets the position of the legend within the PieDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
[DefaultValue(PieLegendPosition.None)]
public PieLegendPosition LegendPosition { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PieLegendPosition | None | A PieLegendPosition that specifies the position of the legend within the PieDashboardItem. |
See Also