A newer version of this page is available.
Switch to the current version.
RotationDirection Enum
Lists the values that specify how pie slices should be rotated.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Clockwise | Specifies a clockwise pie slice rotation. |
CounterClockwise | Specifies a counter-clockwise pie slice rotation. |
Related API Members
The following properties accept/return RotationDirection values:
Remarks
Values listed by the RotationDirection enumeration are used to set the MapPie.RotationDirection property.
See Also
Feedback