Answer the question
In order to leave comments, you need to log in
How to draw 3D function graphs in C# Visual Studio .NET (WIndows Forms)?
Need to plot in 3D space (with x, y, z axes) in Windows Forms. The Z axis is needed not as a "depth", but as a full-fledged axis.
Example:
I dug into the Chart, but there are only X and Y.
Answer the question
In order to leave comments, you need to log in
Alternatively, you can take 3D graphics that give WPF controls and embed them in WinForms, there is a special control there.
Plot example:
wpf-surfaceplot3d.readthedocs.io/en/latest
https://www.codeproject.com/Articles/42174/High-pe...
Example how to embed:
https://docs.microsoft.com/en -us/dotnet/framework/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question