Skip to main content

Legend.Overlay Property

Gets or sets whether the chart legend overlaps the chart.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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