Thread: changing axes
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default changing axes

Could you describe the trouble? Also, what version of the beast are you
using?

Here's an article on number formats:

http://peltiertech.com/Excel/NumberFormats.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Damian" wrote in message
...
Hi Jon,

I'm having trouble suppressing the first label on the horizontal axis with
that format. I'm using a column and one line chart. I wonder what i'm
doing
wrong. Also, do you know where i can learn more about how custom formats
work?

Thanks

Damian

"Jon Peltier" wrote:

Chart type?

Generally you have little control over non-uniform display of axis tick
labels. But you can sometimes get what you want with custom number
formats.
For the Y axis, you could use a format like

[=10]"";General

For the horizontal axis, you have to start the axis at 0 March (i.e., 29
Feb) and suppress the first label, through perhaps a format like

[<39508]"",mmm d

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Damian" wrote in message
...

I currently have categories going from 1st of may to 11th may. How do I
get
it to just have labels for the even numbers (2nd/4th/6th/8th/10th)?

Also, how do I have 10,20, 30, 40 amd 50 on the value axis. How do I
remove
the bottom one (10) but keep the rest?