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

ChartLegend.IsInsideDiagram Property

Gets or sets whether the chart’s legend is placed inside the diagram.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(false)]
public bool IsInsideDiagram { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the chart’s legend is placed inside the diagram; otherwise, false.

Remarks

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

See Also