Enum
MoveAnimationType

The type of ChartMoveAnimation. It determines from which side of the chart plot the elements' animation starts.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum MoveAnimationType

Fields

Bottom

Series or points are is moved starting from the bottom side of the plot area.

Declaration

cs-api-definition
Bottom = 3

Field Value

MoveAnimationType

Left

Series or points are moved starting from the left side of the plot area.

Declaration

cs-api-definition
Left = 0

Field Value

MoveAnimationType

Right

Series or points are is moved starting from the top side of the plot area.

Declaration

cs-api-definition
Right = 2

Field Value

MoveAnimationType

Top

Series or points are is moved starting from the top side of the plot area.

Declaration

cs-api-definition
Top = 1

Field Value

MoveAnimationType

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support