mstusak Posted June 22, 2007 Report Share Posted June 22, 2007 I am loading a form w/ a Chart - Gnatt style and if there is no data in my collection then I say RangeChart.Data.Clear(); RangeChart.SetMessageText("NoData", "NO SIGNATURES AVAILABLE"); What I get is a chart w/ the default series that you see in designer view. I'm setting this in the BaseForm_Load() method. Any help or suggestions?? Michele Link to comment Share on other sites More sharing options...
Frank Posted June 22, 2007 Report Share Posted June 22, 2007 When I add this code to the Form_Load of a brand new project/form I get the attached image. Please check what other code you may be doing that is reverting this change. Link to comment Share on other sites More sharing options...
mstusak Posted June 25, 2007 Author Report Share Posted June 25, 2007 Just to be sure I commented out all the other code I had in the _Load Method and I still get the default data that is displayed in the designer. Link to comment Share on other sites More sharing options...
Frank Posted June 25, 2007 Report Share Posted June 25, 2007 Like I said. This code work for me (you can see it in the attached image). Please attach a sample program that reproduces the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.