changing x-axis in a chart

  • Thread starter Thread starter alldreams
  • Start date Start date
A

alldreams

I use the DOLLARFR(B10,32) worksheet funtion to convert a
base 10 number to base 32. However, when I make a chart,
the series for B is plotted against the x-axis as if we
were base 10. i.e. if B10 = 112.30 (which in base 10 is
112.97) it appears in the chart closer to 112 than 113.

Do you know how in VBA I could change the chart x-axis to
plot in base 32?

Thanks for your help!
 
so there is no way to change this in VBA?
-----Original Message-----
The x-axis in an xy scatter plot will be plotted in Base 10.

--
Regards,
Tom Ogilvy






.
 
VBA offers no additional settings beyond what is available manually.
 

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