954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to redraw, refresh chart???

I want my chart to refresh when I pass new data through it.
I know there's a refresh method in the chart class, but intellisense isn't picking it up.
It does happen to pick up other methods and events, but somehow '.refresh();' isn't there.
RectangleToClient and RectangleToScreen are the only methods showing up in the R. Any suggestions??

coastcode
Newbie Poster
7 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

Why you dont clear it before drawing it?
Just look of a method Clear();
btw, which chart do you use?

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

Chart1.DataBind()

May also add:
Chart1.Update()

kashor
Newbie Poster
1 post since Feb 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: