Hai can u pls let me know how to creae chart report in windows aplication C# by taking values from database.??

Member Avatar for humorousone

Does 'chart report' just a chart?

Assuming you already know how to retrieve values from a database, you can draw a chart quite easily, as the functionality is integrated into visual studio (also assuming you're using visual studio)..

Essentially, at the point where your form starts, you should load the values from your database, then use a loop to add all of your values to the chart.

Here's the full tutorial:
http://www.dotnetperls.com/chart

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.