Chart3D for WPF and Silverlight | ComponentOne
Chart3D for WPF and Silverlight Overview / Using Chart3D for WPF and Silverlight / DirectX rendering
In This Topic
    DirectX rendering
    In This Topic
    Note: This topic applies only to WPF applications.

    The DirectX Rendering Mode allows you to create a high performance rendering of surface charts for larger data sets with Direct3D rendering. To implement DirectX Rendering, mode, just set the RenderMode property to Direct3D.

    To use the Direct3D render mode in your WPF applications, you should distribute the following assemblies along with your application. During development these assemblies should be found in the same directory as the C1.WPF.C1Chart3D assembly but do not need to be directly referenced by the project.

    System Requirements for Direct3D Rendering include:

    The Direct3D mode does not work on some virtual machines (Hyper-V) and through remote desktop connections since the required hardware layer is not supported in such cases.