Nevron .NET Vision
Nevron.Chart.Windows Namespace / DragOutsideAxisRangeMode Enumeration


In This Topic
    DragOutsideAxisRangeMode Enumeration
    In This Topic
    Enumerates how dragging data points outside the current axis ranges is performed
    Syntax
    'Declaration
     
    
    Public Enum DragOutsideAxisRangeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DragOutsideAxisRangeMode
    public enum DragOutsideAxisRangeMode : System.Enum 
    Members
    MemberDescription
    AutomaticDragging outside the axis range is disabled when the axes are zoomed and enabled otherwise
    DisabledDragging outside the axis range is disabled
    EnabledDragging outside the axis range is enabled
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.Windows.DragOutsideAxisRangeMode

    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