Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to plot a graph based on a G-CODE given to me.
Is it possible to do this in windows form application (Visual Studio C#)
If yes, how can I do it?

What I have tried:

As I am a beginner, I don't know much about the graph libraries.
For this reason, I need the basic guidance to start developing.
Posted
Updated 14-Aug-19 2:18am

Have a look at Using Chart Controls | Microsoft Docs[^]. You may also find many related tutorials available on the web.
 
Share this answer
 
OxyPlot is good too. You can install it into your project from NuGet Package Manager:

OxyPlot.Core
OxyPlot.WindowsForms
 
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