rekam Posted November 19, 2003 Posted November 19, 2003 Hello ! Is there an existing class which can draw statistics graphics , just like you can do in Excel ? Quote
Machaira Posted November 19, 2003 Posted November 19, 2003 The Graphics object has a bunch of methods for drawing shapes, a pie being one of them. Quote Here's what I'm up to.
rekam Posted November 19, 2003 Author Posted November 19, 2003 Thanks Machaira, I'm trying that. But I have problem with the paint method. When I draw inside the Form itself, I use the onPaint event to repaint the graph. Everything is okay. But when I draw inside a pictureBox, the only intresting method is the paint method. But it's not very good. Some parts of the graph don't repaint...hum well, I'm searching a way to avoid that, but until now, I didn't find anything Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.