Skip to main content
A newer version of this page is available. .

IndicatorAnimationUnwrapDirection Enum

Lists the values that specify the possible directions for the IndicatorUnwrapAnimation animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum IndicatorAnimationUnwrapDirection

Members

Name Description
Horizontal

An indicator unwraps horizontally.

IndicatorAnimationUnwrapDirection-Horizontal

Vertical

An indicator unwraps vertically.

IndicatorAnimationUnwrapDirection-Vertical

Related API Members

The following properties accept/return IndicatorAnimationUnwrapDirection values:

See Also