Click or drag to resize

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

Property Value

Type: Boolean
See Also