I have an application that retrieves graph data from a database in Columbia. Here is how it works.
When the user clicks the plot button, I clear the series of the graph and request data from the database to plot the new graph. When this happens, the default bar graph shows up. As you can imagine, the connection to Columbia is slow, so that default bar graph shows up for 30 seconds or so until the data table comes in.
I would like to display a blank graph background when there are no series present. Is there a way to do that? If so, how?
** Bump **
I really need an answer to this.
http://community.infragistics.com/forums/p/10535/40221.aspx#40221
I promise you I tried to find an answer on the forums first. I guess I just didn't search using the right keywords.
In any event, thanks for the link. The suggestion in that post definitely did the trick. I am actually a little embarassed I didn't think of using a blank series myself.
- Steve