Skip to main content
A newer version of this page is available. .

PieChartSegmentsDirection Enum

Lists values that define the direction that the Pie Chart segments will occupy.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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