Class MoveAnimationType
The type of ChartMoveAnimation. It determines from which side of the chart plot the elements' animation starts.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class MoveAnimationType : Enum
Fields
Bottom
Series or points are is moved starting from the bottom side of the plot area.
Declaration
public const MoveAnimationType Bottom
Field Value
MoveAnimationType
|
Left
Series or points are moved starting from the left side of the plot area.
Declaration
public const MoveAnimationType Left
Field Value
MoveAnimationType
|
Right
Series or points are is moved starting from the top side of the plot area.
Declaration
public const MoveAnimationType Right
Field Value
MoveAnimationType
|
Top
Series or points are is moved starting from the top side of the plot area.
Declaration
public const MoveAnimationType Top
Field Value
MoveAnimationType
|
value__
Declaration
public int value__
Field Value
System.Int32
|