Hi, how do I disable Visual Xccelerator Engine for SciChart3DSurface?
I tried with the following code
<s3D:SciChart3DSurface x:Name="View3D" s:VisualXcceleratorEngine.IsEnabled="False"/>
But it gives compilation error:
Property ‘IsEnabled’ is not attachable to elements of type ‘SciChart3DSurface’.
So how do I generally enable/disable Visual Xccelerator Engine for SciChart3DSurface?
- Dmitry Halka asked 4 years ago
- You must login to post comments
Hi Dmytry
The Visual Xccelerator Engine property to enable/disable this renderer is only applicable to 2D charts. By default we use DirectX11 (or DirectX9). There is a minimum requirement for 3D Charts, which is listed here.
https://www.scichart.com/documentation/win/current/SciChart%20System%20Requirements.html
Best regards,
Andrew
- Andrew Burnett-Thompson answered 4 years ago
- You must login to post comments
Please login first to submit.