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


Enterprise Edition Only Feature. Gets or sets a predefined chart animation theme.


Gets or sets one of a predefined Animation themes.

Syntax

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

Return Value

The default value is AnimationTheme.None.

Remarks

There are five AnimationThemes: GrowingTogether, Fading, GrowingOneByOne, MovingFromTop, and GrowingAndFading.
 

Theme Description
None No Animation theme is used.
GrowingTogether Uses a combination of growing and fading animation types. Fading is used for markers, data point labels, Axis labels, titles and legend items. All other elements use growing animation.
Fading Uses only fading effect for all chart elements. Data points are drawn one by one.
GrowingOneByOne Uses one-by-one drawing for all elements. This theme is a combination of growing and fading animation types.
MovingFromTop Uses Moving Animation for data points. All data points move and grow from point (50, 0) in relative coordinates. 
GrowingAndFading This theme is similar to the GrowingTogether theme but differs in that all chart elements may be animated at the same time.

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.