Click or drag to resize

AxisRoundBaseSupplyCustomAngleStringEventHandler Delegate

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

Parameters

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