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()