Click or drag to resize

AnnotationSmithLocationAxisValuesChangedByUserEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Annotations
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void LocationAxisValuesChangedByUserEventHandler(
	Object sender,
	LocationAxisValuesChangedByUserSmithEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.ChartingMVVM.AnnotationsLocationAxisValuesChangedByUserSmithEventArgs
Provides data for the LocationAxisValuesChangedByUser event.
See Also