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
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
Thanks Martin, that looks promising. Do you know if this workaround will work if the X coordinate was changing as well on this example?Michal