panda.seema

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by panda.seema

  1. how to set y-axis scale to decimal

    to set y-axis scale to decimal . Eg 0.0 , 0.1 , 0.2 etc. at present it is rounding up to 1 if the value is 0.5. this is my code strXML = "<graph caption='" + lineddl.SelectedItem.Text + "' yAxisValueDecimals='0' adjustDiv='0' formatNumberScale='0' decimalPrecision='0'>"; //Initialize <categories> element - necessary to generate a stacked chartstrCategories = "<categories>";