Pie Charts |
Zero Degree Offset | ||
If we would like to have the 'first' slice of the pie start at somewhere besides zero degrees, we could add the following code to make it start at 45 degrees. Note where the blue slice starts.
pieChart2DProperties.setZeroDegreeOffset( 45f );