Nevron .NET Vision
Nevron.Chart Namespace / MultiAreaMode Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.MultiAreaMode

    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