A newer version of this page is available.
Switch to the current version.
PaneAutoLayoutMode Enum
Lists all layout patterns that the diagram can use to automatically lay out panes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PaneAutoLayoutMode
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PaneAutoLayoutMode
Members
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. |
Related API Members
The following properties accept/return PaneAutoLayoutMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | GridPaneLayout.AutoLayoutMode |
WinForms Controls | GridPaneLayoutModel.AutoLayoutMode |
Remarks
The table below demonstrates all possible automatic layouts:
Mode | Image |
---|---|
Linear | ![]() |
Grid | ![]() |
See Also
Feedback