Click or drag to resize

FrequencySineSweepChangedEventArgs Constructor

LightningChart .NET Help
Constructor. Creates and initializes a new instance of this class.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public FrequencySineSweepChangedEventArgs(
	double amplitude,
	bool enabled,
	double frequencyFrom,
	double frequencyTo,
	double offset,
	double durationMs,
	Guid id
)

Parameters

amplitude
Type: SystemDouble

[Missing <param name="amplitude"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

frequencyFrom
Type: SystemDouble

[Missing <param name="frequencyFrom"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

frequencyTo
Type: SystemDouble

[Missing <param name="frequencyTo"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

offset
Type: SystemDouble

[Missing <param name="offset"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

durationMs
Type: SystemDouble

[Missing <param name="durationMs"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:Arction.WinForms.SignalProcessing.FrequencySineSweepChangedEventArgs.#ctor(System.Double,System.Boolean,System.Double,System.Double,System.Double,System.Double,System.Guid)"]

See Also