[]
Called before rendering label.
bool OnLabelRendering(IRenderEngine engine, ref string text, object item, _Point pt)
Type | Name | Description |
---|---|---|
IRenderEngine | engine | Render engine IRenderEngine object. |
string | text | Label text. |
object | item | The data object that corresponds to the closest data point. |
_Point | pt | The mouse hit area. |
Type | Description |
---|---|
bool | True if the render event should be canceled; otherwise, false. |