Click or drag to resize

ViewXYPan Method

LightningChart .NET Help
Pan the view.

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void Pan(
	int deltaX,
	int deltaY
)

Parameters

deltaX
Type: SystemInt32
Mouse X delta.
deltaY
Type: SystemInt32
Mouse Y delta.
See Also