PieChartSegmentsDirection Enum
In This Article
Lists values that define the direction that the Pie Chart segments will occupy.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Clockwise | The chart slices are laid out clockwise starting from the angle specified using the Bootstrap |
Anti |
The chart slices are laid out counterclockwise starting from the angle specified using the Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also