Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
3D chart in WPF - is it posssible?
posted

I  have a requirement to plut points with 3D coordinates and plot them as a curve like a trajectory. Example below. Will the 3d surface chart allow me to create such a line in 3d and will I be able to rotate the chart?

Thank

Michal 

Parents
  • 1400
    Offline posted

    Hello Michal,

    Here is a workaround for rendering 3D lines in the XamScatterSurface3D by defining a surface that is sliced vertically by data points with double.NaN for Z values. This example show 3 lines but you can also render just one line. Check my comments in code for more details.

    LineSeries3D.zip

Reply Children
No Data