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


Gets a AnimationCollection object, which stores custom animation sequences.


Custom Animation collection.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property CustomAnimation As AnimationCollection
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As AnimationCollection
 
value = instance.CustomAnimation
C#  
public AnimationCollection CustomAnimation {get;}

Remarks

Gets a AnimationCollection object, which stores custom animation sequences.

Use this property at either design-time or run-time to add or remove animation objects to the chart.

In order to use either custom or themed animations, the ImageType property must be set to an animation format (Flash or SVG).

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.