バージョン 24.2 (最新)

AddTextLabelsToScene(SceneGraph,String,PieChartAppearance,Point,Int32,Double) メソッド

指定したシーン グラフにテキストラベルを追加します。
シンタックス
protected void AddTextLabelsToScene( 
   SceneGraph scene,
   string labelStr,
   PieChartAppearance pieApp,
   Point center,
   int radius,
   double theta
)

パラメータ

scene
テキストラベルの追加先のSceneGraph。
labelStr
テキストラベルに割り当てる文字列値。
pieApp
追加するテキストラベルの外観の設定を含むAppearanceオブジェクト。
center
円 (パイ) の中心の位置。
radius
円 (パイ) の半径。
theta
角度偏差。
参照