Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataZoomTool Class / AnimationTime Property


In This Topic
    AnimationTime Property
    In This Topic
    Gets or sets the total duration of the animation if animated zooming is enabled
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Animation")>
    <System.ComponentModel.DescriptionAttribute("The total duration of the animation if animated zooming is enabled.")>
    <System.ComponentModel.DefaultValueAttribute(2000)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AnimationTime As System.Integer
    'Usage
     
    
    Dim instance As NDataZoomTool
    Dim value As System.Integer
     
    instance.AnimationTime = value
     
    value = instance.AnimationTime
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("The total duration of the animation if animated zooming is enabled.")]
    [System.ComponentModel.DefaultValue(2000)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int AnimationTime {get; set;}
    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