Click or drag to resize

GPUPreference Enumeration

LightningChart .NET Help
GPU preference. Is only applicable with D11 device.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum GPUPreference
Members
  Member nameValueDescription
SystemSetting0 Use default GPU.
PreferHighPerformanceGraphics1 Try to select high performance GPU.
PreferLowPowerGraphics2 Try to select GPU at CPU/Motherboard, which usually uses less power than separate GPU.
See Also