Click or drag to resize

SystemInfoGatherSystemInfo Method

LightningChart .NET Help
Gathers system information.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void GatherSystemInfo(
	bool gatherGCStats
)

Parameters

gatherGCStats
Type: SystemBoolean
Sets whether GC information is collected. Collection is really slow, can take even seconds, so shouldn't be collected on exceptions!
See Also