Enumeration PieChartSweepDirection

An enum representing available sweep directions for the pie chart.

Enumeration Members

Auto: 0

Let the component decide the sweep direction.

Clockwise: 1

The pie slices are arranged in a clockwise order from the 0 angle.

Counterclockwise: 2

The pie slices are arranged in a counterclockwise order from the 0 angle.