A newer version of this page is available.
Switch to the current version.
XYSeriesAnimationUnwrapDirection Enum
Lists directions of the XYSeriesUnwrapAnimation animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum XYSeriesAnimationUnwrapDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
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
Feedback