Click or drag to resize

ViewXYBeforeZoomingEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the BeforeZooming event.

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void BeforeZoomingEventHandler(
	Object sender,
	BeforeZoomingXYEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.Charting.Views.ViewXYBeforeZoomingXYEventArgs
Provides data for the BeforeZooming event.
See Also