Hi guys,I am working on a web app using asp.net, c#. I am new to this charts control. I have a below SQL query and its result want to put in a pie chart? " SELECT A,B,C,(A+B+C) as Total FROM [dbo].[Data] " A B C Total 30 10 50 200 I'm tried linking with SQL query but it is having 4 columns. not sure how to connect. Thanks
No comments:
Post a Comment