Posts by Enzo da Costa Xavier • 1 point
1 post
-
-1
votes1
answer31
viewsQ: I wanted to know how to connect the database data to the chart data in Windows Forms C#
I have no idea how I’m going to handle the data, so far what I’ve tried to accomplish is this code: public void loadChart() { MySqlConnection conexao = new MySqlConnection();…