LayoutOptions.ResetToAuto() Method
Sets the modes for all layout options to LayoutMode.Auto.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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