Click or drag to resize

ChartToolsGatherDataOptions Enumeration

LightningChart .NET Help
Options for calling GatherApplicationInformation.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[FlagsAttribute]
public enum GatherDataOptions
Members
  Member nameValueDescription
None0 None.
GetSystemInfo1 Get information about the system like operating system, RAM etc.
GetChartInfo2 Get information about LightningChart object.
GetProcessInfo4 Get information about running processes in the system.
GetDxDiagInfo8 Get infromation from DxDiag.
GetHotfixInfo16 Get installed Windows hotfixes in the system.
All31 Gather everything
See Also