problems with size of exported bitmap image
Posted: Thu Jan 08, 2009 1:29 pm
Hi
I'm trying to export my graph to file by using this code in VB net 2005:
Dim MyBmpFile As Steema.TeeChart.Export.BitmapFormat = Tchart1.Export.Image.Bitmap
MyBmpFile.Save(strSavePath)
The strange thing is that tchart1 has a size of 800*320 and the myBmpFile variable ends up having a size of 1467*840 and so does the final image
Is there any other way to control the size of the final output so I get a bmp that is 800*320?
thanks in advance
Lars Iversen
I'm trying to export my graph to file by using this code in VB net 2005:
Dim MyBmpFile As Steema.TeeChart.Export.BitmapFormat = Tchart1.Export.Image.Bitmap
MyBmpFile.Save(strSavePath)
The strange thing is that tchart1 has a size of 800*320 and the myBmpFile variable ends up having a size of 1467*840 and so does the final image
Is there any other way to control the size of the final output so I get a bmp that is 800*320?
thanks in advance
Lars Iversen