IndicatorAnimationUnwrapDirection Enum
Lists the values that specify the possible directions for the IndicatorUnwrapAnimation animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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