Nevron .NET Vision
Nevron.Chart Namespace / SurfacePositionMode Enumeration


In This Topic
    SurfacePositionMode Enumeration
    In This Topic
    Defines several modes for vertical positioning of a flat surface
    Syntax
    'Declaration
     
    
    Public Enum SurfacePositionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SurfacePositionMode
    public enum SurfacePositionMode : System.Enum 
    Members
    MemberDescription
    AxisBeginthe flat surface is positioned at the axis begin value
    AxisEndthe flat surface is positioned at the axis end value
    CustomValuethe user specifies the position of the surface with the PositionValue property
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.SurfacePositionMode

    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