This depends a lot on the version of SciChart WPF you are using, but in the latest version, set this flag once before any SciChartSurface is shown to disable log output of the GpuCapabilityTester
// Enables or disables sending GPU test messages to debug output
VisualXcceleratorEngine.WriteWarningsToOutput = false;
A GpuCapability.log file is also created when that flag is true, this shouldn't be the case so it will be logged for future improvement.
This depends a lot on the version of SciChart WPF you are using, but in the latest version, set this flag once before any SciChartSurface is shown to disable log output of the GpuCapabilityTester
A GpuCapability.log file is also created when that flag is true, this shouldn't be the case so it will be logged for future improvement.