davidtso Report post Posted December 4, 2008 (edited) Hi, I tried to display a time value on Y-Axis. The data I have is something like 12:20 (12 mins and 20 secs). Currently, I only can convert it to second to draw the graph. Is there anyway that I can display Y-Axis scale to mm:ss? Thanks, David PS. Please check attachment for the xml. chart.txt Edited December 4, 2008 by Guest Share this post Link to post Share on other sites
Arindam Report post Posted December 4, 2008 Hi, I am afraid; <set> attribute - value does not support any date & time formated value. Only numeric value will draw the graph. That's why y-axis can not be date & time format. Share this post Link to post Share on other sites
davidtso Report post Posted December 5, 2008 Is it possible that drawing a chart refer column 1 (which is total seconds) and showing Y-axis label by column 2 (which is a string type)? Thanks, David Share this post Link to post Share on other sites
Arindam Report post Posted December 5, 2008 Hi, Sorry, Only numeric value acceptable. Share this post Link to post Share on other sites