Nevron .NET Vision
Nevron.Chart Namespace / MultiLineMode Enumeration


In This Topic
    MultiLineMode Enumeration
    In This Topic
    Defines the possible lines modes when several line series are displayed simultaneously.
    Syntax
    'Declaration
     
    
    Public Enum MultiLineMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MultiLineMode
    public enum MultiLineMode : System.Enum 
    Members
    MemberDescription
    Overlappeddisplays the line series in the depth space of the previous line in series mode
    Seriesdisplays the line series in a separe depth space
    Stackeddisplays the line series on top of to the previous stacked or series line and changes the stacking style of the entire stack to Stacked
    StackedPercentdisplays the line series on top of to the previous stacked or series line and changes the stacking style of the entire stack to Stacked percent
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.MultiLineMode

    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