AxisRoundBaseSupplyCustomAngleStringEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the SupplyCustomAngleString event.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void SupplyCustomAngleStringEventHandler(
Object sender,
SupplyCustomAngleStringEventArgs e
)
Public Delegate Sub SupplyCustomAngleStringEventHandler (
sender As Object,
e As SupplyCustomAngleStringEventArgs
)
public delegate void SupplyCustomAngleStringEventHandler(
Object^ sender,
SupplyCustomAngleStringEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.WinForms.Charting.AxesSupplyCustomAngleStringEventArgs
Provides data for the SupplyCustomAngleString event.
See Also