Click or drag to resize

SignalReaderThreadInvoking Property

LightningChart .NET Help
Gets/sets whether signal reader automatically synchronizes its event to the main UI thread. If ThreadType is ThreadType.Timer then setting ThreadInvoking has no effect.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public bool ThreadInvoking { get; set; }

Property Value

Type: Boolean
See Also