Nevron .NET Vision
Nevron.Chart Namespace / AnimationDurationType Enumeration


In This Topic
    AnimationDurationType Enumeration
    In This Topic
    The zoom animation duration type
    Syntax
    'Declaration
     
    
    Public Enum AnimationDurationType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AnimationDurationType
    public enum AnimationDurationType : System.Enum 
    Members
    MemberDescription
    MaxStepsZoom is constrained by max step count
    MaxTimeZoom is constrained by max time
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.AnimationDurationType

    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