Nevron .NET Vision
Nevron.Chart Namespace / AxisRangeMode Enumeration


In This Topic
    AxisRangeMode Enumeration
    In This Topic
    Enumerates how the axis range is computed
    Syntax
    'Declaration
     
    
    Public Enum AxisRangeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisRangeMode
    public enum AxisRangeMode : System.Enum 
    Members
    MemberDescription
    ContentThe whole content of the series is included in the min/max calculation
    ViewRangeOnly the visible range of the series is included in the min/max calculation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.AxisRangeMode

    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