I have created one webpage which shows the chart of total sold product amount by all/per user. The data creation process takes some time but before that the loading process bar (round process bar which apears in the top middle of the chart) completed its process. Then after when data is created then the datasource for the chart is assigned but chart doesnot shows anything.
Hi,
Have you called ultraChart.DataBind(); after setting the ultraChart.DataSource to the desired object?
Thanks for reply,
Yes this statement is there. One more thing I want to add is when I am doing the same kind of operation in which data comes before page+ultrachart gets refreshed then ultrachart is populating but in my current situation data comes after page+ultrachart gets refreshed then ultrachart is not populating. All the statements are executing properly.