[]
Processes when the mouse cursor is moving.
protected virtual void ProcessMouseMove(MouseEventArgs e, bool containsMouse, ref object selectedObject)
Protected Overridable Sub ProcessMouseMove(e As MouseEventArgs, containsMouse As Boolean, ByRef selectedObject As Object)
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e | The MouseEventArgs instance containing the mouse event data. |
| bool | containsMouse | if set to |
| object | selectedObject | The current selected element of chart shape. |