As the title, I need to change the angle of the first slice of a pie chart. It looks like the setting in the following picture.
For making the pie chart, I used Epplus as the follow:
ExcelPieChart pieChart =
worksheet.Drawings.AddChart("pieChart", eChartType.Pie) as ExcelPieChart;