| 
 SharpPlot Reference > SharpPlot Properties > PieStartAngle Property 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. 
See also ...SharpPlot Members 
 Send comments on this topic © Dyalog Ltd 2021 
 |