Click or drag to resize

StockSeriesCustomStockDataAppearanceEventHandler Delegate

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

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CustomStockDataAppearanceEventHandler(
	Object sender,
	CustomStockDataAppearanceEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.Charting.SeriesXYCustomStockDataAppearanceEventArgs
Provides data for the CustomStockDataAppearance event.
See Also