Back to Devexpress

AnimationDirection Enum

corelibraries-devexpress-dot-xtracharts-0ae6bfda.md

latest3.3 KB
Original Source

AnimationDirection Enum

Lists the animation directions.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum AnimationDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum AnimationDirection

Members

NameDescription
FromLeft

Animation starts from the left boundary.

| | FromBottom |

Animation starts from the bottom boundary.

| | FromRight |

Animation starts from the right boundary.

| | FromTop |

Animation starts from the top boundary.

|

The following properties accept/return AnimationDirection values:

Show 14 items

LibraryRelated API Members
Cross-Platform Class LibraryBarSlideAnimation.Direction
BoxPlotSlideAnimation.Direction
CircularSeriesLinearUnwindAnimation.Direction
FinancialSlideAnimation.Direction
FunnelSlideAnimation.Direction
IndicatorDirectedAnimationBase.Direction
XYSeriesDirectedAnimationBase.Direction
WinForms ControlsBarSlideAnimationModel.Direction
BoxPlotSlideAnimationModel.Direction
CircularSeriesLinearUnwindAnimationModel.Direction
FinancialSlideAnimationModel.Direction
FunnelSlideAnimationModel.Direction
IndicatorDirectedAnimationBaseModel.Direction
XYSeriesDirectedAnimationBaseModel.Direction

See Also

DevExpress.XtraCharts Namespace