Jump to content
Software FX Community

Rendering for Print


User (Legacy)

Recommended Posts

The Paint method is able to draw the chart at any resolution, use the 

PaintFlags.Print flag so that resolution dependent sizes (marker size,

margins, etc) are re-scaled appropriately.

If you are printing the chart using Printer.Print, you can set:

chart.Printer.UsePrinterResolution = true;

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

This is not for what I am looking for.

What I am looking for is to use an Pixel-oriented Fileformat (as BMP) and

set the Resolution of the output / export File to that resolution.

I read somewhere to use the Paint - Event ... But may You have an line os

samplecode.

Regards,

Mansur

"SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag

news:7gJw2p3%23FHA.3496@webserver3.softwarefx.com...

> The Paint method is able to draw the chart at any resolution, use the

> PaintFlags.Print flag so that resolution dependent sizes (marker size,

> margins, etc) are re-scaled appropriately.

>

> If you are printing the chart using Printer.Print, you can set:

>

> chart.Printer.UsePrinterResolution = true;

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...