Click or drag to resize

AxisPolarBaseSupplyCustomAmplitudeStringEventHandler Delegate

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

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void SupplyCustomAmplitudeStringEventHandler(
	Object sender,
	SupplyCustomAmplitudeStringEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.WinForms.Charting.AxesSupplyCustomAmplitudeStringEventArgs
Provides data for the SupplyCustomAmplitudeString event.
See Also