Click or drag to resize

TriangleChangedEventArgs Constructor

LightningChart .NET Help
Occures when parameters is changed. Initializes a new instance of triangle component

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public TriangleChangedEventArgs(
	double amplitude,
	double delayMs,
	bool enabled,
	double frequency,
	double offset,
	Guid id,
	double symmetry
)

Parameters

amplitude
Type: SystemDouble

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

delayMs
Type: SystemDouble

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

enabled
Type: SystemBoolean

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

frequency
Type: SystemDouble

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

offset
Type: SystemDouble

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

id
Type: SystemGuid

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

symmetry
Type: SystemDouble

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

See Also