Click or drag to resize

DigitalLineSeriesOldDataDroppedEventHandler Delegate

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

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void OldDataDroppedEventHandler(
	Object sender,
	OldDataDroppedDigitalLineSeriesEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.WinForms.Charting.SeriesXYOldDataDroppedDigitalLineSeriesEventArgs
Provides data for the OldDataDropped event.
See Also