Enum GPUPreference
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
GPU preference. Is only applicable with D11 device.
public enum GPUPreference
Fields
PreferHighPerformanceGraphics = 1Try to select high performance GPU.
PreferLowPowerGraphics = 2Try to select GPU at CPU/Motherboard, which usually uses less power than separate GPU.
SystemSetting = 0Use default GPU.