Back to Devexpress

Legend.Layout Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-legend-e84411ff.md

latest1.3 KB
Original Source

Legend.Layout Property

Enables you to specify the exact position of a legend.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
LayoutOptions Layout { get; }
vb
ReadOnly Property Layout As LayoutOptions

Property Value

TypeDescription
LayoutOptions

A LayoutOptions object.

|

Remarks

Note

The Layout property has no effect on the visual appearance of a chart when the document is loaded in the SpreadsheetControl. However, the property can be accessed in code, exported in supported formats and visualized in Microsoft Excel.

See Also

Legend Interface

Legend Members

DevExpress.Spreadsheet.Charts Namespace