バージョン

putText(DataPoint,SceneGraph,ChartTextAppearance) メソッド

指定したDataPointのChartTextオブジェクトをSceneGraphに追加します。
シンタックス
'宣言
 
Protected Overridable Sub putText( _
   ByVal b1 As DataPoint, _
   ByVal scene As SceneGraph, _
   ByVal chartTextAppearance As ChartTextAppearance _
) 
protected virtual void putText( 
   DataPoint b1,
   SceneGraph scene,
   ChartTextAppearance chartTextAppearance
)

パラメータ

b1
新しいChartTextオブジェクトを追加するDataPoint。
scene
ChartTextオブジェクトの追加先のSceneGraph。
chartTextAppearance
追加するラベルの外観と動作を決定する設定を含むChartTextAppearanceオブジェクト。
参照