Click or drag to resize

Annotation3DLocationAxisValuesChangedByUserEventHandler 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,
	LocationAxisValuesChangedByUser3DEventArgs e
)

Parameters

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