Skip to main content

BootstrapPieChart.SegmentsDirection Property

Specifies the direction that the pie chart segments will occupy.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(PieChartSegmentsDirection.Clockwise)]
public PieChartSegmentsDirection SegmentsDirection { get; set; }

Property Value

Type Default Description
PieChartSegmentsDirection Clockwise

One of the PieChartSegmentsDirection enumeration values.

Available values:

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.

See Also