Page 1 of 1

How to use surface function using .net framework 4.5.1 in VS2015

Posted: Wed May 03, 2023 7:12 am
by 21095382
Greetings.

I recently purchased teechart bussiness version.

I plotted the graph by adding line and fastline as series to teechart.
Additionally, I want to draw a surface-type graph like the attached picture file, but I don't know how.
I'd be grateful if you could tell me how.

Re: How to use surface function using .net framework 4.5.1 in VS2015

Posted: Thu May 04, 2023 9:50 am
by Christopher
Hello!

Of course. The quickest way would be to have a look at some examples, which you can do by downloading our git repo from GitHub here. If you open the Visual Studio solution under /WinForms/NET Framework/All-Examples.sln you will see:
Screenshot from 2023-05-04 11-47-06.png
Screenshot from 2023-05-04 11-47-06.png (19.47 KiB) Viewed 3207 times
Running the TeeChart Examples and then navigating to the Surface series, we can see:
Screenshot from 2023-05-04 11-46-47.png
Screenshot from 2023-05-04 11-46-47.png (280.85 KiB) Viewed 3207 times
Note that we can change from a 2D to a 3D view by double clicking on the yellow textbox area to bring up the Chart Editor, as shown in the screenshot above.