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