Drawing 3D piechart(the 3D depth part)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Does anybody know the method of drawing 3D piechart? I mean only the 3D depth part. Example[^] I already have a piechart drawn, and tried to draw the 3D depth by drawing the dumplicated piechart along the Y axis with darker color serval times underneath the top piechart. but the result is not right. see my piechart here[^] I also took a look at the code from http://www.codeproject.com/aspnet/webchart.asp[^] without success. I hope I can solve this problem soon, and post this project to CP. Thank!!!:)