'Declaration Public Enum LayoutMode Inherits System.Enum
'Usage Dim instance As LayoutMode
public enum LayoutMode : System.Enum
'Declaration Public Enum LayoutMode Inherits System.Enum
'Usage Dim instance As LayoutMode
public enum LayoutMode : System.Enum
Member | Description |
---|---|
Custom | Series are displayed and sorted according to user-defined criteria. In this case, developers must implement their own Series sorting and layout. |
Default | Default layout mode for Series. |
SideBySide | Series are displayed side-by-side. |
Stacked | Series are stacked. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.Chart.LayoutMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2