atsushi Posted March 27, 2007 Report Share Posted March 27, 2007 help! // button Clickprivate void button1_Click(object sender, EventArgs e){ chart1.data[0,0] += 10; ?? I want to refresh it. ?? }Chart FX for Visual Studio® 2005 trial VersionChart FX Extensions Pack trial Version(??Use Financial??) Quote Link to comment Share on other sites More sharing options...
Frank Posted March 28, 2007 Report Share Posted March 28, 2007 Simply add: chart1.Data.CommitChanges(); Quote Link to comment Share on other sites More sharing options...
atsushi Posted March 28, 2007 Author Report Share Posted March 28, 2007 Thank you Frank. There is one problem. The expansion is released. Quote Link to comment Share on other sites More sharing options...
Frank Posted April 9, 2007 Report Share Posted April 9, 2007 > The expansion is released. ??? Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.