The AnimatedElements collection contains a list of animated elements that will be used as part of the custom animation.
Collection of animated chart elements.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property AnimatedElements As AnimationElementsCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnimationElementsCollection AnimatedElements {get;} |
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, FinancialMarker, Axis, Grid, and StripLine objects. |
FadingAnimation |
DataPoint, Label, FinancialMarker, Axis, Grid, TickMark, Title, Legend, ElementPosition (i.e. plotting area) and StripLine objects. |
MovingAnimation |
Series, DataPoint, Label, FinancialMarker, Title and Legend objects. |
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