| Contents > SharpPlot > Properties | Index |
SharpPlot.PieStartAngle Property
By default, piecharts are drawn clockwise from 12:00. This property may be used to start at any position.
public double PieStartAngle {get; set;}
Example
sp.PieStartAngle = 90;
The only commonly used alternative value is 90 to start the pie at the 3:00 position.
