LightningChart .NET Help
Pan the view.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Pan(
int deltaX,
int deltaY
)
Public Sub Pan (
deltaX As Integer,
deltaY As Integer
)
public:
void Pan(
int deltaX,
int deltaY
)
Parameters
- deltaX
- Type: SystemInt32
Mouse X delta. - deltaY
- Type: SystemInt32
Mouse Y delta.
See Also