XYSeriesAnimationUnwrapDirection Enum
In This Article
Lists directions of the XYSeriesUnwrapAnimation animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(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 | XYSeries |
Win |
XYSeries |
See Also