Xceed Chart for WinForms v4.4 Documentation
MultiBarMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : MultiBarMode Enumeration
Defines the possible bar modes when several bar series are displayed simultaneously.
Syntax
'Declaration
 
Public Enum MultiBarMode 
   Inherits System.Enum
'Usage
 
Dim instance As MultiBarMode
public enum MultiBarMode : System.Enum 
Members
MemberDescription
Clustereddisplays the bar series adjacently to the previous clustered or series bar
Seriesdisplays the bar series in separate depth space
Stackeddisplays the bar series on top of to the previous stacked or series bar and changes the stacking style of the entire stack to Stacked
StackedPercentdisplays the bar series on top of to the previous stacked or series bar and changes the stacking style of the entire stack to Stacked percent
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.MultiBarMode

Requirements

Target Platforms: 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.Chart.Core Namespace