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


The RepeatAnimation property is a boolean value that is used to infinitely repeat the animation sequence after the time specified by the RepeatDelay property.


Indicates that animation must be repeated. Supported only by the Flash animation rendering engine.

Syntax

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

Remarks

The RepeatAnimation property is a boolean value that is used to infinitely repeat the animation sequence. The time delay between the end of the animation sequence and restart of the animation sequence is controlled by the use of the RepeatDelay property. The default value for the Repeat property is false.

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.