Table of Contents

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 = 1

Try to select high performance GPU.

PreferLowPowerGraphics = 2

Try to select GPU at CPU/Motherboard, which usually uses less power than separate GPU.

SystemSetting = 0

Use default GPU.