Click or drag to resize

AxisSmithBaseSupplyCustomRealStringEventHandler Delegate

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

Namespace: LightningChartLib.UWP.ChartingMVVM.Axes
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public delegate void SupplyCustomRealStringEventHandler(
	Object sender,
	SupplyCustomRealStringEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  SupplyCustomRealStringEventArgs
Provides data for the SupplyCustomRealString event.
See Also