Click or drag to resize

AmplitudeSineSweepChangedEventArgs Constructor

LightningChart .NET Help
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 AmplitudeSineSweepChangedEventArgs(
	double amplitudeFrom,
	double amplitudeTo,
	bool enabled,
	double frequency,
	double offset,
	double durationMs,
	Guid id
)

Parameters

amplitudeFrom
Type: SystemDouble

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

amplitudeTo
Type: SystemDouble

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

enabled
Type: SystemBoolean

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

frequency
Type: SystemDouble

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

offset
Type: SystemDouble

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

durationMs
Type: SystemDouble

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

id
Type: SystemGuid

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

See Also