Click or drag to resize

AxisRoundBaseSupplyCustomAngleStringEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the SupplyCustomAngleString 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 SupplyCustomAngleStringEventHandler(
	Object sender,
	SupplyCustomAngleStringEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  SupplyCustomAngleStringEventArgs
Provides data for the SupplyCustomAngleString event.
See Also