Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Line and Bar Chart image conflict
posted

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 = dt1
uctBChart1.Data.DataBind()
uctBChart2.DataSource = dt2
uctBChart2.Data.DataBind()
uctLChart.DataSource = dt3
uctLChart.Data.DataBind()

 

Parents
No Data
Reply
  • 49378
    Verified Answer
    posted

    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.

     

Children