The current mouse point
The last mouse point
Boolean flag to determine which side of the axis is scaled
PerformScale Method
Performs a Scale on the associated SciChart.Charting.Visuals.Axes.AxisBase. The scale is considered to be a drag from currentPoint to lastPoint
Syntax
protected virtual void PerformScale( 
   Point currentPoint,
   Point lastPoint,
   bool isSecondHalf
)

Parameters

currentPoint
The current mouse point
lastPoint
The last mouse point
isSecondHalf
Boolean flag to determine which side of the axis is scaled
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