Back to Devexpress

CircularMarkerAnimationDirection Enum

corelibraries-devexpress-dot-xtracharts-de25d512.md

latest2.6 KB
Original Source

CircularMarkerAnimationDirection Enum

Lists the directions of circular marker animations.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Members

NameDescription
FromLeftCenter

Animated markers move from the center of the left border.

| | FromRightCenter |

Animated markers move from the center of the right border.

| | FromTopCenter |

Animated markers move from the center of the top border.

| | FromBottomCenter |

Animated markers move from the center of the bottom border.

| | ToCenter |

Animated markers move from diagram borders to the diagram center.

| | FromCenter |

Animated markers move from the diagram center to diagram borders.

|

The following properties accept/return CircularMarkerAnimationDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryCircularMarkerSlideAnimation.Direction
WinForms ControlsCircularMarkerSlideAnimationModel.Direction

See Also

DevExpress.XtraCharts Namespace