A newer version of this page is available.
Switch to the current version.
IndicatorAnimationUnwrapDirection Enum
Lists the values that specify the possible directions for the IndicatorUnwrapAnimation animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum IndicatorAnimationUnwrapDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum IndicatorAnimationUnwrapDirection
Members
Name | Description |
---|---|
Horizontal | An indicator unwraps horizontally. |
Vertical | An indicator unwraps vertically. |
Related API Members
The following properties accept/return IndicatorAnimationUnwrapDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IndicatorUnwrapAnimation.Direction |
WinForms Controls | IndicatorUnwrapAnimationModel.Direction |
See Also
Feedback