Click or drag to resize

ChartManagerMemoryGarbageCollecting Property

LightningChart .NET Help
Use separate thread for forced garbage collection. Increases data drawing smoothness, but causes some extra CPU overhead. Recommended to be used with multi-core processors.

Namespace:  Arction.Wpf.Charting.ChartManager
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool MemoryGarbageCollecting { get; set; }

Property Value

Type: Boolean
See Also