i need to draw a 3D graph of points (x,yz). Each point is connected to one other. Whats the best way of doing these task in MVVM with C#. I thought about a collection with the single points.
Best regards!
i need to draw a 3D graph of points (x,yz). Each point is connected to one other. Whats the best way of doing these task in MVVM with C#. I thought about a collection with the single points.
Best regards!
There is no built in 3D graphing library in .net. So your options are: