Nevron .NET Vision
Nevron.Chart Namespace / MultiBarMode Enumeration


In This Topic
    MultiBarMode Enumeration
    In This Topic
    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
             Nevron.Chart.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