[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChart.ProcessMouseMove

ProcessMouseMove Method

ProcessMouseMove(MouseEventArgs, bool, ref object)

Processes when the mouse cursor is moving.

Declaration
protected override void ProcessMouseMove(MouseEventArgs e, bool containsMouse, ref object selectedObject)
Protected Overrides Sub ProcessMouseMove(e As MouseEventArgs, containsMouse As Boolean, ByRef selectedObject As Object)
Parameters
Type Name Description
MouseEventArgs e

The MouseEventArgs instance containing the mouse event data.

bool containsMouse

if set to true the chart shape contains the mouse cursor.

object selectedObject

The current selected element of chart shape.

Overrides