Nevron .NET Vision
Nevron.Chart Namespace / ConstLineMode Enumeration


In This Topic
    ConstLineMode Enumeration
    In This Topic
    Defines the possile drawing modes for an axis const line.
    Syntax
    'Declaration
     
    
    Public Enum ConstLineMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConstLineMode
    public enum ConstLineMode : System.Enum 
    Members
    MemberDescription
    Linethe const line is displayed as a simple line
    Planethe const line is displayed as a plane
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ConstLineMode

    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