FinancialChart for WinForms
OnLabelRendering メソッド (IChart)

C1.Win.FlexChart.4.8 アセンブリ > C1.Chart 名前空間 > IChart インターフェース : OnLabelRendering メソッド
レンダリングエンジン。
ラベルテキスト。
チャート系列。
系列インデックス。
X 座標。
Y 座標。
ラベルをレンダリングする前に呼び出されます。
シンタックス
'宣言
 
Function OnLabelRendering( _
   ByVal engine As IRenderEngine, _
   ByRef text As System.String, _
   ByVal series As ISeries, _
   ByVal index As System.Integer, _
   ByRef x As System.Double, _
   ByRef y As System.Double _
) As System.Boolean
System.bool OnLabelRendering( 
   IRenderEngine engine,
   ref System.string text,
   ISeries series,
   System.int index,
   ref System.double x,
   ref System.double y
)

パラメータ

engine
レンダリングエンジン。
text
ラベルテキスト。
series
チャート系列。
index
系列インデックス。
x
X 座標。
y
Y 座標。
参照

IChart インターフェース
IChart メンバ