Skip to main content
A newer version of this page is available. .

LayoutOptions.ResetToAuto() Method

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

Namespace: DevExpress.Spreadsheet.Charts

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

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