Nevron .NET Vision
Nevron.Chart Namespace / MultiFloatBarMode Enumeration


In This Topic
    MultiFloatBarMode Enumeration
    In This Topic
    Defines the possible bar modes when several float bar series are displayed simultaneously.
    Syntax
    'Declaration
     
    
    Public Enum MultiFloatBarMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MultiFloatBarMode
    public enum MultiFloatBarMode : System.Enum 
    Members
    MemberDescription
    Clustereddisplays the bar series adjacently to the previous clustered or series bar
    Seriesdisplays the bar series in separate depth space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.MultiFloatBarMode

    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