Click or drag to resize

ChartToolsGatherApplicationInformation Method

LightningChart .NET Help
Gathers various information for debugging purposes as a string and optionally saves the output to a text file. Gathered data (if ChartToolsGatherDataOptions is set to All): system information, LightningChart object information, list of running processes, DxDiag output, installed Windows hotfixes.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SecurityCriticalAttribute]
public static string GatherApplicationInformation(
	ChartToolsGatherDataOptions options,
	LightningChart chart = null,
	string path = null,
	string fileName = null
)

Parameters

options
Type: Arction.WinForms.ChartingChartToolsGatherDataOptions
Data gathering options flags. See ChartToolsGatherDataOptions.
chart (Optional)
Type: Arction.WinForms.ChartingLightningChart
LightningChart object (optional, leave null if not running with a LightningChart instance).
path (Optional)
Type: SystemString
Path to folder where file is saved (optional, if not specified the data won't be saved to a file and just returned as a string).
fileName (Optional)
Type: SystemString
Output text file filename (optional, if not specified the default name is created with timestamp).

Return Value

Type: String
The gathered data as a string.
See Also