Skip to main content
A newer version of this page is available. .

ChartLegend.OutsidePosition Property

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

Namespace: DevExpress.DashboardCommon

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

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