Dundas Chart for ASP.NET
AnimationStartTime Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : AnimationStartTime Property


Enterprise Edition Only Feature. The AnimationStartTime represents the time, in seconds, from the moment when the page is loaded to when the animation should begin.


Gets or sets the time, in seconds, that the Animation should begin.

Syntax

Visual Basic (Declaration)  
Public Property AnimationStartTime As Double
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Double
 
instance.AnimationStartTime = value
 
value = instance.AnimationStartTime
C#  
public double AnimationStartTime {get; set;}

Remarks

The AnimationStartTime represents the time, in seconds, from the moment when the page is loaded to when the animation should begin.

This property is only required if the beginning of default animation is to be postponed in the animation sequence.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.