Click or drag to resize

AnnotationXYLocationAxisValuesChangedByUserEventHandler Delegate

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

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

Parameters

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