Back to Devexpress

Legend.Overlay Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-legend-05a99f4b.md

latest1.1 KB
Original Source

Legend.Overlay Property

Gets or sets whether the chart legend overlaps the chart.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Overlay { get; set; }
vb
Property Overlay As Boolean

Property Value

TypeDescription
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

Legend Interface

Legend Members

DevExpress.Spreadsheet.Charts Namespace