Click or drag to resize

ViewXYYAxisGapChangedEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void YAxisGapChangedEventHandler(
	Object sender,
	YAxisGapChangedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.ChartingMVVM.Views.ViewXYYAxisGapChangedEventArgs
Provides data for the YAxisGapChanged event.
See Also