Back to Devexpress

XYSeriesAnimationUnwrapDirection Enum

corelibraries-devexpress-dot-xtracharts-aad08d54.md

latest1.7 KB
Original Source

XYSeriesAnimationUnwrapDirection Enum

Lists directions of the XYSeriesUnwrapAnimation animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Members

NameDescription
Horizontal

The series will be unwrapped horizontally.

| | Vertical |

The series will be unwrapped vertically.

|

The following properties accept/return XYSeriesAnimationUnwrapDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryXYSeriesUnwrapAnimation.Direction
WinForms ControlsXYSeriesUnwrapAnimationModel.Direction

See Also

DevExpress.XtraCharts Namespace