Gets or sets the starting angle for the pie slices, in degrees.
Syntax
'Declaration
Public Property StartAngle As Double
'Usage
Dim instance As FlexPie
Dim value As Double
instance.StartAngle = value
value = instance.StartAngle
public double StartAngle {get; set;}
See Also