Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Excel Chart in Word
Message
From
22/07/2011 14:14:10
 
 
To
22/07/2011 11:54:15
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01518504
Message ID:
01518934
Views:
42
>Hi Tamar,
>
>have you any idea on how to size the chart? It is getting inserted way too big.
>

Here's what I did for my client:
	oChart.LockAspectRatio = .T.
	oChart.Width = oWord.InchesToPoints(7)
	* Shrink vertically
	oChart.PictureFormat.CropTop = oWord.InchesToPoints(2)
	oChart.PictureFormat.CropBottom = oWord.InchesToPoints(2)
Hope it helps.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform