Skip to main content

ChartLegend.OutsidePosition Property

Gets or sets the legend position and orientation outside the chart diagram.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(ChartLegendOutsidePosition.TopRightHorizontal)]
public ChartLegendOutsidePosition OutsidePosition { get; set; }

Property Value

Type Default Description
ChartLegendOutsidePosition TopRightHorizontal

A ChartLegendOutsidePosition enumeration member that specifies the legend position and orientation outside the chart diagram.

Remarks

Set the ChartLegend.IsInsideDiagram property to false before specifying the legend position and orientation outside the chart diagram.

See Also