Table of Contents

Enum ChartTools.GatherDataOptions

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Options for calling GatherApplicationInformation.

[Flags]
public enum ChartTools.GatherDataOptions

Fields

All = GetSystemInfo | GetChartInfo | GetProcessInfo | GetDxDiagInfo | GetHotfixInfo

Gather everything

GetChartInfo = 2

Get information about LightningChart object.

GetDxDiagInfo = 8

Get infromation from DxDiag.

GetHotfixInfo = 16

Get installed Windows hotfixes in the system.

GetProcessInfo = 4

Get information about running processes in the system.

GetSystemInfo = 1

Get information about the system like operating system, RAM etc.

None = 0

None.