control.Region(n).GridlessSeries.StartAngle

Type:Long
Purpose:Sets the start angle for the first pie or donut slice.
Default:0 ("twelve o'clock")
Accessible:Runtime
Remarks:

This property is only valid for 2D pies and donuts. You can set the start angle for the first slice in degrees between 0 and 359.

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddGridlessSeries
' Set the start angle to 90 ("three o'clock"):
RMChartX1.Region(1).GridlessSeries.StartAngle = 90