Click or drag to resize

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; }

Property Value

Type: Boolean
See Also