% in Charts

  • Thread starter Thread starter Aardvark
  • Start date Start date
A

Aardvark

Dear all,

I have a chart based on data expressed as percentages. I have successfully
changed the scale to represent % but would like it to show just figures eg
10, 20, 30 not 10%, 20% 30%. I would also like to increase the length of
the axis. Any ideas?

Thanks
 
Aardvark,

Click any label on the axis (which selects the axis), Right-click, Format
Axis. Choose Number, and change the number format to something non-%.

As for increasing the length of the axis, I'm not sure what you mean. You
can "stretch" the plot area, physically lengthening the axis. Or maybe you
want to change the range of values. If the latter, do the same as above,
selecting "Scale" and change the min and max axis values.
 
Thanks Earl,

I can do that but then the scale turns from 10, 20, 30 to 0.1, 0.2, 0.3
which I don't want either. If I change the scale to max 100 none of the
data appears because the highest value will be 1 (100%), insignificant on a
0-100 scale.

Danny
 
Aardvark,

I see now. Help says that the % sign in the format code multiplies the
value by 100 AND supplies the % symbol. I think you may have to actually
plot values that are 100 times the originals to do this using an extra
column.
 
Cunning! Thanks Earl

Earl Kiosterud said:
Aardvark,

I see now. Help says that the % sign in the format code multiplies the
value by 100 AND supplies the % symbol. I think you may have to actually
plot values that are 100 times the originals to do this using an extra
column.
 

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

Back
Top