Called before rendering label.
'宣言
Function OnLabelRendering( _
ByVal As IRenderEngine, _
ByRef As System.String, _
ByVal As System.Object, _
ByVal As _Point _
) As System.Boolean
System.bool OnLabelRendering(
IRenderEngine ,
ref System.string ,
System.object ,
_Point
)
パラメータ
- engine
- Render engine IRenderEngine object.
- text
- Label text.
- item
- The data object that corresponds to the closest data point.
- pt
- The mouse hit area.
戻り値の型
True if the render event should be canceled; otherwise, false.