ラベルをレンダリングする前に呼び出されます。
シンタックス
'宣言
Function OnLabelRendering( _
ByVal As IRenderEngine, _
ByRef As System.String, _
ByVal As ISeries, _
ByVal As System.Integer, _
ByRef As System.Double, _
ByRef As System.Double _
) As System.Boolean
System.bool OnLabelRendering(
IRenderEngine ,
ref System.string ,
ISeries ,
System.int ,
ref System.double ,
ref System.double
)
パラメータ
- engine
- レンダリングエンジン。
- text
- ラベルテキスト。
- series
- チャート系列。
- index
- 系列インデックス。
- x
- X 座標。
- y
- Y 座標。
参照