Skip to main content

PieChartSegmentsDirection Enum

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

public enum PieChartSegmentsDirection

#Members

Name Description
Clockwise

The chart slices are laid out clockwise starting from the BootstrapPieChart.StartAngle angle.

AntiClockwise

The chart slices are laid out counterclockwise starting from the BootstrapPieChart.StartAngle angle.

#Related API Members

The following properties accept/return PieChartSegmentsDirection values:

#Remarks

The enumeration is used by the BootstrapPieChart.SegmentsDirection property.

See Also