Hi,
I'm loading a fairly large XML data set into a Scroll Combination 2D Chart. I'd like to show it to the user only once the chart has been drawn.
I thought that FC_DataLoaded() might do the trick, but it seems to be called prematurely. When exactly is this called? Is it once the data has been loaded (as the name implied) or once the chart has been drawn? Is there a way to know when the chart has been drawn?
Update: to clarify, I am displaying an alert when FC_DataLoaded() is triggered. Even after dismissing this alert, the chart shows "Retrieving Data. Please Wait." for several seconds.
Thanks.
Nemo