Warning: Cannot modify header information - headers already sent by (output started at /home/excel13/public_html/blog/wp-content/themes/cordobo-green-park-09-beta-09/functions.php:2) in /home/excel13/public_html/blog/wp-includes/feed-rss2-comments.php on line 8
Comments on: Weird chart sizing observation http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/ More geeky stuff from the author of www.excelguru.ca... Mon, 31 Oct 2011 15:51:25 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: Ken Puls http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/comment-page-1/#comment-148034 Ken Puls Mon, 13 Apr 2009 17:16:30 +0000 http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/#comment-148034 This is bizarre... I can't repro this, but I still can see an issue here. Setting the Left of the shape to be equal to the Left of the cell, and also the Width to the same numbers results in a chart that is shifted the 5.x pixels to the right. As Bob mentioned, it has everything to do with the width of the frame that is placed around the chart when you select it... This is bizarre… I can’t repro this, but I still can see an issue here.

Setting the Left of the shape to be equal to the Left of the cell, and also the Width to the same numbers results in a chart that is shifted the 5.x pixels to the right. As Bob mentioned, it has everything to do with the width of the frame that is placed around the chart when you select it…

]]>
By: Bob Phillips http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/comment-page-1/#comment-147601 Bob Phillips Sat, 11 Apr 2009 18:31:13 +0000 http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/#comment-147601 Could it be something to do with that extr border that is shown when you select the chart? If you do activesheet.shapes("Chart 1").width = 310 then ?activesheet.shapes("Chart 1").width you get 310! Could it be something to do with that extr border that is shown when you select the chart?

If you do

activesheet.shapes(“Chart 1″).width = 310

then

?activesheet.shapes(“Chart 1″).width

you get 310!

]]>
By: Ken Puls http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/comment-page-1/#comment-147180 Ken Puls Thu, 09 Apr 2009 23:20:31 +0000 http://www.excelguru.ca/blog/2009/04/09/weird-chart-sizing-observation/#comment-147180 Correction... Left also seems to be off. Specifically, if you retrieve the Left property of a cell and then set the left property of the chart to match, the chart shows up about 5 pixels right of the left cell border. 5.64721679687 pixels, to be precise. Weird... Correction… Left also seems to be off. Specifically, if you retrieve the Left property of a cell and then set the left property of the chart to match, the chart shows up about 5 pixels right of the left cell border. 5.64721679687 pixels, to be precise.

Weird…

]]>