PieChartSegmentsDirection Enum
In This Article
Lists values that define the direction that the Pie Chart segments will occupy.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
Clockwise
|
The chart slices are laid out clockwise starting from the Bootstrap |
Anti
|
The chart slices are laid out counterclockwise starting from the Bootstrap |
#Related API Members
The following properties accept/return PieChartSegmentsDirection values:
#Remarks
The enumeration is used by the BootstrapPieChart.SegmentsDirection property.
See Also