D
D
Drovosek012018-02-06 14:59:59
3D
Drovosek01, 2018-02-06 14:59:59

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:
n8TI_-BcSWQ.jpg
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

2 answer(s)
A
Alexander Kuznetsov, 2018-02-07
@Drovosek01

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/...

A
Akaero, 2018-02-06
@Akaero

I can’t say for sure about WF, but WPF definitely has 3D graphics.
Here is a link to the tutorial :

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question