GridPaneLayoutModel.AutoLayoutMode Property
Gets or sets the GridPaneLayout.AutoLayoutMode property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneAutoLayoutMode AutoLayoutMode { get; set; }
Property Value
Type | Description |
---|---|
PaneAutoLayoutMode | A PaneAutoLayoutMode enumeration value. |
Available values:
Name | Description |
---|---|
Linear | The diagram lays out panes in a line. |
Grid | The diagram lays out panes in a table that have a number of rows equal to the square root of the pane number. |
See Also