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.ChartingMVVM.ChartManager
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool MemoryGarbageCollecting { get; set; }Public Property MemoryGarbageCollecting As Boolean
Get
Set
public:
property bool MemoryGarbageCollecting {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also