Click or drag to resize

BarSeries3DSupplyCustomValueStringEventHandler Delegate

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

Namespace:  Arction.Wpf.Charting.Series3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void SupplyCustomValueStringEventHandler(
	Object sender,
	SupplyCustomValueStringEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.Charting.Series3DSupplyCustomValueStringEventArgs
Provides data for the SupplyCustomValueString event.
See Also