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