The current mouse point
The last mouse point
PerformPan Method (YAxisDragModifier)
Peforms a pan on the assocaited SciChart.Charting.Visuals.Axes.AxisBase. The pan is considered to be a drag from currentPoint to lastPoint
Syntax
protected override void PerformPan( 
   Point currentPoint,
   Point lastPoint
)

Parameters

currentPoint
The current mouse point
lastPoint
The last mouse point
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also