Back to Devexpress

PaneAutoLayoutMode Enum

corelibraries-devexpress-dot-xtracharts-938240dc.md

latest1.8 KB
Original Source

PaneAutoLayoutMode Enum

Lists all layout patterns that the diagram can use to automatically lay out panes.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PaneAutoLayoutMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PaneAutoLayoutMode

Members

NameDescription
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.

|

The following properties accept/return PaneAutoLayoutMode values:

LibraryRelated API Members
Cross-Platform Class LibraryGridPaneLayout.AutoLayoutMode
WinForms ControlsGridPaneLayoutModel.AutoLayoutMode

Remarks

The table below demonstrates all possible automatic layouts:

ModeImage
Linear
Grid

See Also

DevExpress.XtraCharts Namespace