Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..How to draw graph grid and graph line using panel tool?Where the range and scale of the graph change automatically depending on the input array's data.I don't want to use chart control inside the toolbox.Anyone can help me?Thanks.
Posted

1 solution

A Panel is not a drawing canvas. Your best bet in your windows application is to handle your paint event and draw your graph, any way you like.
 
Share this answer
 
Comments
Esmond90 3-Aug-12 0:15am    
Do you have any code for reference?
Christian Graus 3-Aug-12 1:42am    
A graphing library is too much code for me to type in here. Google for samples.

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