バージョン 24.2 (最新)

FindCenter メソッド

現在のチャートの中心を計算します。
シンタックス
public static Point FindCenter( 
   double width,
   double height,
   bool exploded,
   double angle,
   double radius
)

パラメータ

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

戻り値の型

チャートの中心点。
参照