'宣言 Public Function New( _ ByVal location As Point, _ ByVal radius As Integer, _ ByVal startAngle As Single, _ ByVal angleSweep As Single _ )
public Wedge( Point location, int radius, float startAngle, float angleSweep )
円弧は startingAngle から startingAngle+sweepAngle まで描画されます。startingAngle は、3 時の位置から時計回りで計測されます。
円チャートの1区画ではなくドーナツチャートの1区画を作成するには、RadiusInner プロパティを設定します。