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??) 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(); 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. 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. ??? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.