Enum MoveAnimationType
The type of ChartMoveAnimation. It determines from which side of the chart plot the elements' animation starts.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum MoveAnimationType
Bottom
Series or points are is moved starting from the bottom side of the plot area.
Left
Series or points are moved starting from the left side of the plot area.
Right
Series or points are is moved starting from the top side of the plot area.
Top
Series or points are is moved starting from the top side of the plot area.