Jump to content
Software FX Community

Printing zoomed in graph not working.


User (Legacy)

Recommended Posts

I am trying to print a part of the graph that I am zoomed in on and it

prints the entire graph. I am using the ChartFX client server version for

Visual C++ with MFC. I found the following article on the support website,

but it doesn't apply to the version I am using. Is there anything similar

that I can use? The "Selection" option is not available for me.

If I need to use the programatic way Print(-1, -1) how do I catch the print

event after the Print Setup dialog is OK'd, or would I have to do it before?

Is there an example around that I can possibly look at if this is the only

solution?

Thank you in advance,

Diana Tetelman

-----------------------------------------------

Q6003090. Printing zoomed area from Print Preview Dialog

The information on this article applies to

a.. Chart FX for .NET Web Forms

b.. Chart FX for .NET Windows Form

Summary

Chart FX for .NET now supports printing a zoomed range from the print

preview dialog.

Description

Previously, the only way to print a zoomed area in a chart was to

programmatically use the following code:

Chart1.Printer.Print(-1,-1)

Now you may set Selection as the print range in the print preview dialog to

print a zoomed area.

--------------------------------------------------------

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...