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 | GetHotfixInfoGather everything
GetChartInfo = 2Get information about LightningChart object.
GetDxDiagInfo = 8Get infromation from DxDiag.
GetHotfixInfo = 16Get installed Windows hotfixes in the system.
GetProcessInfo = 4Get information about running processes in the system.
GetSystemInfo = 1Get information about the system like operating system, RAM etc.
None = 0None.