View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Greg Wilson[_4_] Greg Wilson[_4_] is offline
external usenet poster
 
Posts: 218
Default Keep X-axis numbers horizontal?

Try:

ActiveSheet.ChartObjects(1).Chart. _
Axes(xlCategory).TickLabels.Orientation = 0

Regards,
Greg

-----Original Message-----
Somtimes the chart rotates the x-axis numbers 90 degrees.

It does this even
when there is enough room to have them horizontal. Is

there a way I can
force them to be horizontal?

Don <donwiss at panix.com.
.