Click or drag to resize

HighlightedStateEventHandler Delegate

LightningChart .NET Help
Event type for notifying changes in the highlighting state of an object.

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

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.ChartingHighlightedStateEventArgs
See Also