Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to use the mschart control for WinForms to create a ZXY 3D area graph similar as the one shown in the picture above, but I was not able to find any specific example on how to do it.

http://i66.tinypic.com/2cdg9pj.png
or
https://s33.postimg.cc/3tn1r5kcf/snap0191.png

I have checked the extensive examples provided in the Samples Environments for Microsoft Chart Controls but none of those is quite like the one I need

Does anyone has any code example on how to accomplish this kind of graph?
In particular I am stuck due the fact that I cannot set 3 axes, and I can only use X/Y values?

Thanks and sorry if it sounds dumb but I have really been googling this for 2 hours now without success

What I have tried:

Could only set XY values in different series but that doesnt do the trick
Posted
Updated 13-Jun-18 6:27am
v2

1 solution

You stuck because the MSChart isn't able do do what you want to have.
With the ChartArea\Area3DStyle you can tell the Chart that you like to have different (2D-) Series displayed behind each other - but that isn't the thing you want to have.
For this you need another kind of Chart ...

Here is a Link for you :
https://www.codeproject.com/Questions/159107/csharp-net-3D-chart.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900