FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > PiePlotArea クラス : StartAngle プロパティ |
'Declaration Public Property StartAngle As Single
'使用法 Dim instance As PiePlotArea Dim value As Single instance.StartAngle = value value = instance.StartAngle
public float StartAngle {get; set;}
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | valueが0未満であるか、360を超えています。 |