Click or drag to resize

SineComponent Class

LightningChart .NET Help
Sine waveform component
Inheritance Hierarchy
SystemObject
  Arction.Wpf.SignalProcessingSineComponent

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

The SineComponent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitude
Amplitude of sine component.
Public propertyDelayMs
Delay of sine component in ms.
Public propertyEnabled
Is the sine component included in calculation of the output signal
Public propertyFrequency
Frequency of sine component
Public propertyId
Gets or sets the unique identifier of this instance.
Public propertyOffset
Offset of sine component
Top
Methods
  NameDescription
Public methodCreateCopy
Create a copy of sine 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
Event occures when property is changed.
Top
See Also