SetAvoidBlacklistedGpu Method
Sets the AvoidBlacklistedGpu attached property value on the current SciChartSurface. When true, the GPU's name is checked against the Blacklist of GPUs. If found, the SciChart will switch to the fallback renderer. Note, there are several reasons why a GPU could belong to the blacklist. For example, low computation capabilities of the GPU could cause Timeout Detection and Recovery of Graphics Adapter Drivers by the OS, resulting in crashing the application.
Syntax
public static void SetAvoidBlacklistedGpu( 
   ISciChartSurface element,
   bool value
)

Parameters

element
value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also