Click or drag to resize

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
Syntax
public ThreadType ThreadType { get; set; }

Property Value

Type: ThreadType
See Also