Called before rendering label.
'宣言
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
- Render engine IRenderEngine object.
- text
- Label text.
- series
- Chart series.
- index
- Series index.
- x
- X pixel coordinate.
- y
- Y pixel coordinate.
戻り値の型
True if the render event should be canceled; otherwise, false.