Let's say the chart shows the company stock daily trading volume or monthly
trading volumn. We also show the events of split on specific day.
We use AfterFinalRender event to post the split word on the chart.
When we post the daily volume with split event. The spliting word sometime
does not show (When keep refresh the page, the word will show). But for
monthly volume the split word always shows.
Just guess it might be related with the array size of the date points. Daily
data some time has more than 3000 pair of data while monthly data has 1/30
daily points.
Thanks
Alvin Bruney said:
Be a little bit more specific about your problem. For instance, what is the
error? how are you events mapped? it would help to show a small sample of
code.
--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at
www.lulu.com/owc
--------------------------------------------------
Jane said:
It seems these functions not always work properly. When the page did not
go
through these functions ( added features in this functions would not
show),
it is not reporting any error either. I keep refresh the page. The chart
then will display normally.
Anybody know the reason?
Thanks.