Click or drag to resize

SystemInfoGatherSystemInfo Method

LightningChart .NET Help
Gathers system information.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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