Search found 3 matches
- Fri Sep 17, 2010 11:51 am
- Forum: ActiveX
- Topic: CustomChartRect and Print Margins
- Replies: 7
- Views: 11437
Re: CustomChartRect and Print Margins
Hi Yeray, Can you estimate how long it will take to fix this bug? Is there a way to avoid this bug by using temporary fix, like adding margins to ChartRect before printing and subtracting them after printing? Do you have any ideas what values should be used for that? I've tried using Printer.MarginT...
- Wed Sep 15, 2010 1:37 pm
- Forum: ActiveX
- Topic: CustomChartRect and Print Margins
- Replies: 7
- Views: 11437
Re: CustomChartRect and Print Margins
Hello Yeray,
I'm attaching the sample project.
Regards, Danil.
I'm attaching the sample project.
Regards, Danil.
- Tue Sep 14, 2010 7:06 am
- Forum: ActiveX
- Topic: CustomChartRect and Print Margins
- Replies: 7
- Views: 11437
CustomChartRect and Print Margins
Hello, I am using CustomChartRect=true and ChartRect() to set chart bounds to fixed numbers. Everything is OK, except when I want to print the chart. It seems that custom ChartRect coordinates do not add up with the print margins, so the chart is placed in the left-top corner of the page with no reg...