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

ChartLegend.InsidePosition Property

Gets or sets the legend position and orientation within a chart diagram.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(ChartLegendInsidePosition.TopRightHorizontal)]
public ChartLegendInsidePosition InsidePosition { get; set; }

Property Value

Type Default Description
ChartLegendInsidePosition **TopRightHorizontal**

A ChartLegendInsidePosition enumeration member that specifies the legend position and orientation within a chart diagram.

Remarks

Set the ChartLegend.IsInsideDiagram property to true before specifying the legend position within a chart diagram.

See Also