Skip to main content

ChartLegend.InsidePosition Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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