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


AnimationTime Property
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
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