Xceed Toolkit Plus for WPF v4.6 Documentation
LayoutMode Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace : LayoutMode Enumeration
Specifies the general layout mode of the Series within the same Area.
Syntax
'Declaration
 
Public Enum LayoutMode 
   Inherits System.Enum
'Usage
 
Dim instance As LayoutMode
public enum LayoutMode : System.Enum 
Members
MemberDescription
CustomSeries are displayed and sorted according to user-defined criteria. In this case, developers must implement their own Series sorting and layout.
DefaultDefault layout mode for Series.
SideBySideSeries are displayed side-by-side.
StackedSeries are stacked.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.Chart.LayoutMode

Requirements

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

See Also

Reference

Xceed.Wpf.Toolkit.Chart Namespace