Click or drag to resize

FrequencySineSweepChangedEventArgs Class

LightningChart .NET Help
Represents a FrequencySineSweepChangedEventArgs object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Arction.Wpf.SignalProcessingFrequencySineSweepChangedEventArgs

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public class FrequencySineSweepChangedEventArgs : EventArgs

The FrequencySineSweepChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFrequencySineSweepChangedEventArgs
Constructor. Creates and initializes a new instance of this class.
Top
Methods
  NameDescription
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAmplitude
Amplitude.
Public fieldDurationMs
Duration.
Public fieldEnabled
Enabled or not.
Public fieldFrequencyFrom
Beginning of the frequency range.
Public fieldFrequencyTo
End of the frequency range.
Public fieldId
Id.
Public fieldOffset
Offset.
Top
See Also