Click or drag to resize

TriangleComponent Class

LightningChart .NET Help
Triangle waveform component
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessingTriangleComponent

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class TriangleComponent : IWaveFormComponent

The TriangleComponent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitude
Amplitude of triangle component.
Public propertyDelayMs
Delay of triangle component in ms.
Public propertyEnabled
Is the triangle component included in calculation of the output signal
Public propertyFrequency
Frequency of triangle component
Public propertyId
Gets or sets the unique identifier of this instance.
Public propertyOffset
Offset of triangle component
Public propertySymmetry
Triangle wave symmetry. Valid range is 0...1.
Top
Methods
  NameDescription
Public methodCreateCopy
Create copy of triangle component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when property is changed.
Top
See Also