How to set vertical axis unit?

B

Barbara

Hi,

I set Y axis hasAutoMajorUnit and hasAutoMinorUnit to
true, but I got Y axis tic make label 11, 12, 12, 12, 12.
It seems it round the value to integer. How to display the
vaue to 11.3, 11.7,....?

Thank you so much!
 
T

Thao Moua [ms]

You need to set the axis' number format.

webchart.charts(0).axes(1).numberformat="##.###"

-tm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top