Hi All
I have problem of chart image displaying. Some time Second Bar Char display the Third Lind chart.
When i make keep browser refresh (F5). sometime ok, some time happen again. I have no idea about which setting is confict or require. It is simple bind data table to grid.
uctBChart1.DataSource = dt1uctBChart1.Data.DataBind()uctBChart2.DataSource = dt2uctBChart2.Data.DataBind()uctLChart.DataSource = dt3uctLChart.Data.DataBind()
Hi naingoo,
Thank you for posting in the community.
I have tested this scenario but am so far unable to replicate the behavior using version 11.2.20112.1019. Any additional information you can provide me with such as product version and specific browsers in which the issue is observable would help to isolate the matter. A small sample illustrating the matter would be greatly appreciated.
Please do not hesitate to contact me if you are still experiencing any issues.
Thank you for your reply and for sharing your solution. Please feel free to contact me if you have any additional questions.
Hi Petar,
Many thank for your suggestion.
I have solved this issue, First of all, I create all 3 chart into one folder (default folder)
Now, Make to separate 3 folder, then till now It look fine.
Many Thank.