SignalGeneratorMultiCoreProcessing Property |
LightningChart .NET Help
Gets or sets whether multi-core processing is enabled. If enabled, computes the signal in multiple threads.
Enables faster rendering when CPU has more cores than 1. Only certain parts of chart are multicore optimized.
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 bool MultiCoreProcessing { get; set; }Public Property MultiCoreProcessing As Boolean
Get
Set
public:
property bool MultiCoreProcessing {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also