I am porting a VB6 application to C#.
The VB6 app uses the csXgraph graphing library. I have no clue how to access COM objects using C# and don’t know if it is even the best idea to do it this way.
Does Visual Studio already have some kind of built-in graphing library that I can use with a SQL server database handling the data?
Microsoft offers a free .Net charting library.
Download | Documentation