XYSeriesAnimationUnwrapDirection Enum
Lists directions of the XYSeriesUnwrapAnimation animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum XYSeriesAnimationUnwrapDirection
Members
Name | Description |
---|---|
Horizontal
|
The series will be unwrapped horizontally. |
Vertical
|
The series will be unwrapped vertically. |
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