Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi,
in windows form application, I need to generate charts in forms and html web page,
Is it possible. If yes, Please tell me how to do.

Thanks in advance.

What I have tried:

i did not know how to do, and what to do.
Posted
Updated 6-Apr-16 8:41am
Comments
Sergey Alexandrovich Kryukov 7-Apr-16 0:04am    
What does it mean "and"? Windows forms is one thing, Web page is another one.
What do you want to achieve? Identical rendering in Windows forms and Web page? Rendering page in Windows Forms application and some dynamic behavior (then why? what's wrong with Windows graphic?)
What?
—SA

1 solution

Have look at SVG Tutorial[^].
An SVG graphic is an XML piece of text that you can generate on fly and paste where you need in html code.
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 7-Apr-16 0:02am    
This is a good choice, but I guess the real issue is "in Windows forms". That it, it would need WebBrowser control, or something.

Besides, this is not the only choice. (Canvas object? something else?)

The real trouble is that it's not at all formulated what the inquirer wants to achieve — please see my comment to the question.

—SA
Patrice T 7-Apr-16 2:16am    
Ok, I see

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900