SignalGeneratorWaveformSines Property |
LightningChart .NET Help
Get or sets sine waveform component collection. This is a dependency property.
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic ObservableCollection<SineComponent> WaveformSines { get; set; }Public Property WaveformSines As ObservableCollection(Of SineComponent)
Get
Set
public:
property ObservableCollection<SineComponent^>^ WaveformSines {
ObservableCollection<SineComponent^>^ get ();
void set (ObservableCollection<SineComponent^>^ value);
}Property Value
Type:
ObservableCollectionSineComponent
See Also