mithun

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by mithun

  1. Hi, on Page refresh in IE7, chart shows data from previously used xml. I am using asp.net 3.5. This behaviour is visible only in IE7.Mozilla shows updated date. Any help will be appreciated.
  2. Hi, i am developing an application in asp.net where i am using Cylinder gadget. My requirement is such that i need only integer values in the cylinder. like when there is 0 value, my chart shows 0,0.2,0.3,0.4,0.5,1. i need only integers. i tried to use decimal="0" but it shows 0,0,0,0,0,1 i need 0,1 only which will be changed to 0,1,2 if db contains values upto 2. any help will be appreciated. Thanks.
  3. Hi, i solved this with myChart.setDataURL(escape(xmlpath?currTime='" + getTimeForURL() + "'")); thanks.