Page 1 of 1

Problem with DirectX 10 video card

Posted: Wed Mar 22, 2017 2:25 pm
by johngute
We have a problem with one customer who has a video card that only support DirectX 10
You can see the problem in the attachment, all of the text in plot area looks scrambled.
The problem goes away if we use this option: chart.RenderOptions.DeviceType = RendererDeviceType.AutoPreferD9;
But would expect LightningChart to handle this fallback automatically.

some details:
We are using version 7.0.2 DLLs.
OS Windows 7 x64
When I check this property: RenderDeviceFeatureLevel it reports DX_10_0

Re: Problem with DirectX 10 video card

Posted: Wed Mar 22, 2017 7:30 pm
by ArctionPasi
Hello,

This should resolve the problem:
viewtopic.php?f=16&t=941&p=3428&hilit=mixed#p3428

Re: Problem with DirectX 10 video card

Posted: Thu Mar 23, 2017 5:11 pm
by johngute
Great, installing this update fixed the issue.