User (Legacy) Posted January 25, 2001 Report Share Posted January 25, 2001 Hello, I'm generating some Jpeg images using VB with the following code lines : Chart.ImgWidth = 330 Chart.ImgHeight = 165 Chart.ImgTags = "Jpeg" Chart.Export 1, "c:\test.jpg" How can I do to avoid the border around the image ? I saw in the documentation something like Chart.ImgTags = "border=0" but it doesn't seems to wok. Any Idea ? Thanks a lot, Murielle Menon. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.