Skip to main content

LayoutOptions.ResetToAuto() Method

Sets the modes for all layout options to LayoutMode.Auto.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void ResetToAuto()

Remarks

Use the ResetToAuto method to reset all manual changes to the layout of the chart element. When layout is determined automatically, its LayoutOptions.Width and LayoutOptions.Height properties are undefined.

See Also