Hi
I am busy working on a project where I need to include graphs from a website in my final document created by my Windows Forms Application. Basically, the user inputs are taken and incorporated into a MS Word document. This has it pros and cons, so I thought to rather print to PDF. This has brought the need to add graphs to the PDF document printed.
Can anyone help me with the code to get a specific fund from the website and include it as an image. The specific graph will differ according to the user input - the default graph on the website is the JSE, but I need the image/graph and table data to differ according to the user selection (i.e. if Investec Opportunity Fund and Old Mutual Global Equity Fund is selected).
The website is http://www.investecassetmanagement.c...charting-tool/
I basically need the following to display on the documents:
<Text gathered from user input>
<Graph from the above mentioned website>
<More text - if applicable - from user input>
Thank you in advance for any assistance.
Cheers.
I am busy working on a project where I need to include graphs from a website in my final document created by my Windows Forms Application. Basically, the user inputs are taken and incorporated into a MS Word document. This has it pros and cons, so I thought to rather print to PDF. This has brought the need to add graphs to the PDF document printed.
Can anyone help me with the code to get a specific fund from the website and include it as an image. The specific graph will differ according to the user input - the default graph on the website is the JSE, but I need the image/graph and table data to differ according to the user selection (i.e. if Investec Opportunity Fund and Old Mutual Global Equity Fund is selected).
The website is http://www.investecassetmanagement.c...charting-tool/
I basically need the following to display on the documents:
<Text gathered from user input>
<Graph from the above mentioned website>
<More text - if applicable - from user input>
Thank you in advance for any assistance.
Cheers.