03-28-2006 07:59 AM
03-29-2006 09:15 AM
04-03-2006 02:15 PM
It turns out that the problems is occurring when I use a third party PrintForm control (derived from PrintDocument). When I print directy to the PrintDocument control, the Scatter Graph prints correctly. The only work around that I found was to use the DrawtoBitmap method instead.
Thanks