Skip to main content

CircularMarkerSlideAnimationModel.Direction Property

Gets or sets the value of the CircularMarkerSlideAnimation.Direction within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public CircularMarkerAnimationDirection Direction { get; set; }

Property Value

Type Description
CircularMarkerAnimationDirection

The animation direction.

Available values:

Name Description
FromLeftCenter

Animated markers move from the center of the left border.

CircularMarkerAnimationDirection.FromLeftCenter

FromRightCenter

Animated markers move from the center of the right border.

CircularMarkerAnimationDirection.FromRightCenter

FromTopCenter

Animated markers move from the center of the top border.

CircularMarkerAnimationDirection.FromTopCenter

FromBottomCenter

Animated markers move from the center of the bottom border.

CircularMarkerAnimationDirection.FromBottomCenter

ToCenter

Animated markers move from diagram borders to the diagram center.

CircularMarkerAnimationDirection.ToCenter

FromCenter

Animated markers move from the diagram center to diagram borders.

CircularMarkerAnimationDirection.FromCenter

See Also