Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
protected override void OnMouseDragMove(
	int x,
	int y
)
Visual Basic
Protected Overrides Sub OnMouseDragMove ( _
	x As Integer, _
	y As Integer _
)

Parameters

x
Type: System..::..Int32
y
Type: System..::..Int32

See Also