RotationDirection Enum
Lists the values that specify how pie slices should be rotated.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
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