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>";