'Declaration Public Property StartAngle As Single
'Usage Dim instance As PiePlotArea Dim value As Single instance.StartAngle = value value = instance.StartAngle
public float StartAngle {get; set;}
'Declaration Public Property StartAngle As Single
'Usage Dim instance As PiePlotArea Dim value As Single instance.StartAngle = value value = instance.StartAngle
public float StartAngle {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | value is less than zero or is greater than 360. |