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


Enterprise Only Feature. The AnimatedElements collection contains a list of animated elements that will be used as part of the custom animation.


Collection of animated chart elements.

Syntax

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

Remarks

The AnimatedElements collection contains a list of animated elements that will be used as part of the custom animation. Animated elements can be of most any chart element (chart areas, axes, grid lines, tick marks, strip lines, titles, legends, series, data points, labels and markers).

Depending on the type of animation object (FadingAnimation, GrowingAnimation, or MovingAnimation), some of the chart elements may or may not have the ability to be animated in that type. For example, legends cannot be animated using growing animation.
 

Animation Type Affected Chart Elements
GrowingAnimation Series, DataPoint, Label, FinancialMarkerAxis, Grid, and StripLine objects.
FadingAnimation

DataPoint, Label, FinancialMarkerAxis, Grid, TickMark, Title, Legend, ElementPosition (i.e. plotting area) and StripLine objects.

MovingAnimation

Series, DataPoint, Label, FinancialMarkerTitle and Legend objects.

 

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.