Click or drag to resize
DrawingBaseMoveHandleTo Method
Moves the handle to a new point

Namespace: SharpCharts.Base.ChartObject
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public abstract void MoveHandleTo(
	Point point,
	int handleNumber
)

Parameters

point
Type: System.WindowsPoint
Point
handleNumber
Type: SystemInt32
Handle number
See Also