バージョン

FindCenter メソッド

現在のチャートの中心を計算します。
シンタックス
'宣言
 
Public Shared Function FindCenter( _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal exploded As Boolean, _
   ByVal angle As Double, _
   ByVal radius As Double _
) As Point
public static Point FindCenter( 
   double width,
   double height,
   bool exploded,
   double angle,
   double radius
)

パラメータ

width
コントロールの幅。
height
コントロールの高さ。
exploded
ポイントが分解されたかどうか。
angle
スライスの角度。
radius
半径の値。

戻り値の型

チャートの中心点。
参照