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#)
 Mimimum chart view object size
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bli7167

12 Posts

Posted - 28 Mar 2006 :  10:42:04  Show Profile  Reply with Quote
Hi,

It seems that the smallest size of the chart view object can be is only 200 by 200? Can we go any further smaller?

I trie to change the user chart view definition's sizing at

private void InitializeComponent()
{
//
// UserChartControl1
//
this.Name = "UserChartControl1";
this.PreferredSize = new System.Drawing.Size(200, 200);
this.Size = new System.Drawing.Size(200, 200);
}

but it seems it does not help. and whenever I manually resize the user chart view in the design screen, the value get reset back to 200, 200.



B7167

quinncurtis

1164 Posts

Posted - 28 Mar 2006 :  10:52:54  Show Profile  Reply with Quote
See the post "Resize smaller" from Nov. 2003. You can not make the graph so small that the plotting are goes to 0, that will create an overflow condition.

If you are creating extremely small graphs, and then trying to print them full size to the printer, that could be why your lines are getting so thick when you print. The entire graph will be rescaled to the printer, and this will make the lines and text proportionally thicker and larger.

The graph should be sized similar on the screen as to the printer to maintain the WYSIWYG.
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