Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

Would you please help for example, how Can I create Google graph curve line chart in visual studio from SQL using vb.net?

Thank you in advance.

What I have tried:

I am very new on coding. I tried to create chart in Excel before, but not in sql, and most of the cases example in c#
Posted
Updated 28-Sep-20 10:27am
Comments
ZurdoDev 28-Sep-20 16:06pm    
If you are new to coding then you need to do a lot of reading and learning. You need to reference google api docs on how to use their graphs. Use ADO.Net to pull data from SQL.
Member 14946863 28-Sep-20 16:10pm    
Thank you for your comment; besides google graph, is there any alternative to create line chart / curve chart?
ZurdoDev 28-Sep-20 16:15pm    
There are tons and tons of alternatives. :) Google graph I used years ago and all you had to do was pass in data through the querystring so it was real easy to use. But there are tons of 3rd party graph controls. Maybe do some searching and see what you like.

1 solution

 
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