Chart design in a windows form...
hi,
Is there any way to create a line graph in a existing windows form which is already having a tablelayoutpanel too..
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.
Nilanka DharmadasaPosted Oct 26, 2009, 2:56 AM
You can use a third party control to designa chart. Chart FX Lite for .Net is good and easy to use. And it's free. I'm sure it'll help you. You can download it from,
http://www.softwarefx.com/SFXNETProducts/CFXLiteforNet/
If this answer helps you, please accept my answer. :)
jingePosted Oct 26, 2009, 2:51 AM
Prakash SPosted Oct 26, 2009, 2:46 AM
jingePosted Oct 26, 2009, 2:38 AM
Basically, you can draw whatever thing in the Paint event handler of the Form.
Thank you.