Draw graph in web application
draw a bar graph with given values then save it in pdf format.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Sep 30, 2010, 3:24 PM
http://www.c-sharpcorner.com/UploadFile/suthish_nair/2855/Default.aspx?ArticleID=558b52ff-de55-4321-a503-d9a1c1c4f5c6
you need to simply change SeriesChartType.Column to SeriesChartType.Bar only.
For pdf export, save the chart image using Chart property and use thirdparty tool like iTextSharp for creating pdf.