ChartLegend.OutsidePosition Property
Gets or sets the legend position and orientation outside the chart diagram.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(ChartLegendOutsidePosition.TopRightHorizontal)]
public ChartLegendOutsidePosition OutsidePosition { get; set; }
<DefaultValue(ChartLegendOutsidePosition.TopRightHorizontal)>
Public Property OutsidePosition As ChartLegendOutsidePosition
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
Feedback