Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 How to use SetPrintRect method
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

n/a

10 Posts

Posted - 16 Jan 2004 :  10:57:28  Show Profile  Reply with Quote
There is no description in User Manual and Demo examples about SetPrintRect method. Could you show me how to user the ChartPrint method? Thanks.

quinncurtis

1164 Posts

Posted - 16 Jan 2004 :  12:00:34  Show Profile  Reply with Quote
The ChartPrint.SetPrintRect method is documented in the Documentation.chm file found in the Quinn-Curtis\DotNet\docs directory. You specify a rectangle in normalized coordinates that the chart is printed to.

printobj.PrintSizeMode = ChartObj.PRT_RECT;
printobj.SetPrintRect(new Rectangle2D(0.25, 0.25, 0.5, 0.5));

Download the ChartOfTheWeek archive and look at the current chart of the week (ChartOfTheWeek01-14-04). That has a simple printing example.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07