Gets or sets a predefined chart animation theme.
Gets or sets one of a predefined Animation themes.
| Visual Basic (Declaration) | |
|---|---|
Public Property AnimationTheme As AnimationTheme | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public AnimationTheme AnimationTheme {get; set;} | |
Return Value
The default value is AnimationTheme.None.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. |
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