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

Pie2DSpinAnimation.Direction Property

Specifies the direction in which Pie2DSpinAnimation is performed. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public PieSweepDirection Direction { get; set; }

Property Value

Type Description
PieSweepDirection

A PieSweepDirection enumeration value.

Available values:

Name Description
Clockwise

The Pie series is swept clockwise.

Counterclockwise

The Pie series is swept counterclockwise.

See Also