Sets or returns the angle of the first slice in the pie or doughnut chart. |
public int AngleOfFirstSlice{ get; set; } |
Public Property AngleOfFirstSlice() As Integer |
This defaults to 0 when creating a new series. For 3D pie charts this will have the same value as the ChartSettings3D.RotationAngle. |