Click or drag to resize

AxisSmithBaseSupplyCustomRealStringEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void SupplyCustomRealStringEventHandler(
	Object sender,
	SupplyCustomRealStringEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingMVVM.AxesSupplyCustomRealStringEventArgs
Provides data for the SupplyCustomRealString event.
See Also