Click or drag to resize

MarkerReadEventArgs Constructor

LightningChart .NET Help
Event constructor.Creates and initializes a new instance of this event.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public MarkerReadEventArgs(
	int markerType,
	double timeStamp
)

Parameters

markerType
Type: SystemInt32

[Missing <param name="markerType"/> documentation for "M:Arction.WinForms.SignalProcessing.MarkerReadEventArgs.#ctor(System.Int32,System.Double)"]

timeStamp
Type: SystemDouble

[Missing <param name="timeStamp"/> documentation for "M:Arction.WinForms.SignalProcessing.MarkerReadEventArgs.#ctor(System.Int32,System.Double)"]

See Also