View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.charting
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default How do widen columns in a column chart?

If you've already gone through the list you included and the columns do not
change size then XL sees more data points on the x-axis than you meant to
have. Check the data set. Do you have blank rows in between the rows
containing the actual data? Or rows where the column containing the x-values
is not blank but that containing the y-values is.

--

Tushar Mehta
http://www.tushar-mehta.com
Custom business solutions leveraging a multi-disciplinary approach
In Excel 2007 double-click to format may not work; right click and select
from the menu


"ITMasterA" wrote:

Double click column and adjust the GapWidth property on the series
option tab.

Also check the categroy axis is not being plotted as true dates as this
will leave big gaps between non consectutive dates.
Right click chart and choose Chart Options. On Axis tab set x axis to
Category.


"ITMasterA" wrote:

I tried the other suggestions posted, but it still doesn't work. I have 5
columns that are pretty narrow and I would like to have them 3x wider with a
very small gap in between the columns. I put the x-axsis to category, but I
still can't widen the columns. I am not sure if the chart being copied from
PowerPoint would make a difference.

Thanks