Hey Pep,
Could you tell me how to increase the dots per inch (dpi) of the images generated from Tee Chart Pro?
96 dpi is not enough while printing on paper. The text fonts look staggered, not sharp with 96 dpi.
We need to increase this to about 300 dpi. Is it possible to do so?
Thanks,
rb79
Search found 5 matches
- Thu Mar 18, 2004 3:11 pm
- Forum: ActiveX
- Topic: How to increase dpi (dots per inch)?
- Replies: 1
- Views: 6409
- Thu Dec 11, 2003 4:46 am
- Forum: ActiveX
- Topic: Unpredictable graph quality
- Replies: 6
- Views: 21389
- Wed Dec 10, 2003 10:36 pm
- Forum: ActiveX
- Topic: Unpredictable graph quality
- Replies: 6
- Views: 21389
- Tue Dec 09, 2003 6:22 pm
- Forum: ActiveX
- Topic: Unpredictable graph quality
- Replies: 6
- Views: 21389
Sorry. It didn't help
strFile = "currentratio" & lReportID & ".gif" strFileName = sDir & strFile moChart.Export.asGIF.ColorReduction = rmWindows256 moChart.Export.asGIF.SaveToFile strFileName This is the code. Does it need any more adjustments? Tried changing the ColorReduction through many values. The dots are still the...
- Mon Dec 08, 2003 9:28 pm
- Forum: ActiveX
- Topic: Unpredictable graph quality
- Replies: 6
- Views: 21389
Unpredictable graph quality
Please check these 2 similar images: http://www32.brinkster.com/rajneeshbanyal/badimage.gif http://www32.brinkster.com/rajneeshbanyal/goodimage.gif The same code is used to generate the two files . How can I fix the first image's properties in VB code to always display like the second image? FYI: I ...