Nevron .NET Vision
Nevron.Chart Namespace / PagingViewResetMode Enumeration


In This Topic
    PagingViewResetMode Enumeration
    In This Topic
    Enumerates the paging view reset modes
    Syntax
    'Declaration
     
    
    Public Enum PagingViewResetMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PagingViewResetMode
    public enum PagingViewResetMode : System.Enum 
    Members
    MemberDescription
    LastZoomIn this mode the view will reset the axis to the last valid zoom in state
    ViewIn this mode the view will reset the axis to it initial (default) range
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PagingViewResetMode

    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