panda.seema Report post Posted August 5, 2009 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>"; Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 6, 2009 Hello , Could you please refer to the links below and see if they are of any use? http://www.fusioncharts.com/docs/Contents/Number_Basics.html http://www.fusioncharts.com/docs/Contents/Number_Scaling.html I hope this helps. Share this post Link to post Share on other sites