AxisPolarBaseSupplyCustomAmplitudeStringEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the SupplyCustomAmplitudeString event.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void SupplyCustomAmplitudeStringEventHandler(
Object sender,
SupplyCustomAmplitudeStringEventArgs e
)
Public Delegate Sub SupplyCustomAmplitudeStringEventHandler (
sender As Object,
e As SupplyCustomAmplitudeStringEventArgs
)
public delegate void SupplyCustomAmplitudeStringEventHandler(
Object^ sender,
SupplyCustomAmplitudeStringEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.ChartingMVVM.AxesSupplyCustomAmplitudeStringEventArgs
Provides data for the SupplyCustomAmplitudeString event.
See Also