Click or drag to resize

ViewXYEnableParallelComputationForSampleDataBlockSeries Method

LightningChart .NET Help
Enable parallel computation for SampleDataBlockSeries. Performance varies depending on hardware and sample count. Prefer parallelization, when series point count is high and there are multiple series.

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void EnableParallelComputationForSampleDataBlockSeries(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Enable or disable parallelization.
See Also