Skip to main content

XYSeriesAnimationUnwrapDirection Enum

Lists directions of the XYSeriesUnwrapAnimation animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum XYSeriesAnimationUnwrapDirection

Members

Name Description
Horizontal

The series will be unwrapped horizontally.

XYSeriesAnimationUnwrapDirection.Horizontal

Vertical

The series will be unwrapped vertically.

XYSeriesAnimationUnwrapDirection.Vertical

Related API Members

The following properties accept/return XYSeriesAnimationUnwrapDirection values:

Library Related API Members
Cross-Platform Class Library XYSeriesUnwrapAnimation.Direction
WinForms Controls XYSeriesUnwrapAnimationModel.Direction

See Also