Software FX Posted January 25, 2001 Report Share Posted January 25, 2001 Hello, Try setting the borderstyle property to none. ChartFX1.BorderStyle = BORDER_NONE Justin Trask Software FX -----Original Message----- From: Murielle Menon [mailto:mmenon@iware.ch] Posted At: Thursday, January 25, 2001 5:53 AM Posted To: Server Conversation: Image generation and border Subject: Image generation and border 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.