Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Legend.Overlay Property

Gets or sets whether the chart legend overlaps the chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.1.Core.dll

Declaration

bool Overlay { get; set; }

Property Value

Type Description
Boolean

true, to allow the legend to overlap the chart; otherwise, false.

Remarks

Set the Overlay to true to save space in the chart.

See Also