SignalGeneratorMultiCoreProcessing Property |
LightningChart .NET Help
If enabled, computes the signal in several CPU threads.
Enables faster rendering when CPU has more cores than 1. Only certain parts of chart are multicore optimized.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool MultiCoreProcessing { get; set; }<DefaultValueAttribute(true)>
Public Property MultiCoreProcessing As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool MultiCoreProcessing {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also