Start Property (ChartPie)
In This Topic
Gets or sets the starting angle of the first Pie slice, in degrees. The angle represents the arc between the most clockwise edge of the first slice and the right horizontal radius of the pie, as measured in the counter-clockwise direction.
Syntax
'Declaration
Public Property Start As Integer
public int Start {get; set;}
See Also