Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENChartWall Enumeration


In This Topic
    ENChartWall Enumeration
    In This Topic
    Enumerates the cartesian chart walls
    Syntax
    'Declaration
     
    
    Public Enum ENChartWall 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENChartWall
    public enum ENChartWall : System.Enum 
    Members
    MemberDescription
    AllMaskAll chart walls mask
    Backback chart wall
    Bottomchart floor
    Frontfront chart wall
    Leftleft chart wall
    NoneMaskIndicates no chart wall
    Rightright chart wall
    Toptop chart wall
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENChartWall

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also