Class MoveAnimationType
The type of Chart
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
Left
Series or points are moved starting from the left side of the plot area.
Declaration
public const MoveAnimationType Left
Field Value
Right
Series or points are is moved starting from the top side of the plot area.
Declaration
public const MoveAnimationType Right
Field Value
Top
Series or points are is moved starting from the top side of the plot area.
Declaration
public const MoveAnimationType Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|