Chart for WinRT > Chart Features > Animation |
Almost all of the plot elements can be animated by using the built-in animation API. Using the built-in animation options simplifies creating various visual animation effects for the C1Chart control's plot elements. The properties contained in the PlotElementAnimation class are as follows:
Property |
Description |
IndexDelay |
An attached property that allows you to specify the animation delay depending on the element's point index. |
Gets or sets the storyboard that is applied to the plot element. |
|
Gets or sets the symbol style that is applied to the plot element before the storyboard starts. |
Animating the C1Chart control also involves the ChartData.LoadAnimation. For more information and an example of the XAML markup and code, please see the Animating the C1Chart Control topic.