Skip to main content

IndicatorAnimationUnwrapDirection Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[ResourceFinder(typeof(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