Back to Devexpress

IndicatorUnwrapAnimationModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-indicatorunwrapanimationmodel.md

latest1.8 KB
Original Source

IndicatorUnwrapAnimationModel.Direction Property

Gets or sets the IndicatorUnwrapAnimation.Direction property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public IndicatorAnimationUnwrapDirection Direction { get; set; }
vb
Public Property Direction As IndicatorAnimationUnwrapDirection

Property Value

TypeDescription
IndicatorAnimationUnwrapDirection

An animation direction.

|

Available values:

NameDescription
Horizontal

An indicator unwraps horizontally.

| | Vertical |

An indicator unwraps vertically.

|

See Also

IndicatorUnwrapAnimationModel Class

IndicatorUnwrapAnimationModel Members

DevExpress.XtraCharts.Designer Namespace