Back to Devexpress

PieChartSegmentsDirection Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5697667e.md

latest1.7 KB
Original Source

PieChartSegmentsDirection Enum

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

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum PieChartSegmentsDirection
vb
Public Enum PieChartSegmentsDirection

Members

NameDescription
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.

|

The following properties accept/return PieChartSegmentsDirection values:

Remarks

The enumeration is used by the BootstrapPieChart.SegmentsDirection property.

See Also

Pie Chart

DevExpress.Web.Bootstrap Namespace