Search found 5 matches

by rb79
Thu Mar 18, 2004 3:11 pm
Forum: ActiveX
Topic: How to increase dpi (dots per inch)?
Replies: 1
Views: 6309

How to increase dpi (dots per inch)?

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
by rb79
Thu Dec 11, 2003 4:46 am
Forum: ActiveX
Topic: Unpredictable graph quality
Replies: 6
Views: 20414

I was able to find a workaround by using :

moChart.Series(0).Add dblThis, gsCurrentPeriod, vbBlue

instead of this

moChart.Series(0).Add dblThis, gsCurrentPeriod, RGB( 116, 121, 212)

This means that the RGB palette is not working correctly?
by rb79
Wed Dec 10, 2003 10:36 pm
Forum: ActiveX
Topic: Unpredictable graph quality
Replies: 6
Views: 20414

This means the graphics card is givng correct charts for one application and wrong for the other though both access the same dll that draws the same chart.
by rb79
Tue Dec 09, 2003 6:22 pm
Forum: ActiveX
Topic: Unpredictable graph quality
Replies: 6
Views: 20414

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...
by rb79
Mon Dec 08, 2003 9:28 pm
Forum: ActiveX
Topic: Unpredictable graph quality
Replies: 6
Views: 20414

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 ...