SignalGeneratorThreadType Property |
LightningChart .NET Help
Gets or sets the way how data is generated. Generates data either by using a thread or a main UI thread synchronized timer.
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic ThreadType ThreadType { get; set; }Public Property ThreadType As ThreadType
Get
Set
public:
property ThreadType ThreadType {
ThreadType get ();
void set (ThreadType value);
}Property Value
Type:
ThreadType
See Also