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
<FlagsAttribute>
Public Enumeration GatherDataOptions
[FlagsAttribute]
public enum class GatherDataOptions
Members|
| Member name | Value | Description |
|---|
| None | 0 |
None.
|
| GetSystemInfo | 1 |
Get information about the system like operating system, RAM etc.
|
| GetChartInfo | 2 |
Get information about LightningChart object.
|
| GetProcessInfo | 4 |
Get information about running processes in the system.
|
| GetDxDiagInfo | 8 |
Get infromation from DxDiag.
|
| GetHotfixInfo | 16 |
Get installed Windows hotfixes in the system.
|
| All | 31 |
Gather everything
|
See Also