User (Legacy) Posted December 5, 2005 Report Share Posted December 5, 2005 Hi, is it possible to render an Chart the way to be able to print the Chart in an higher resolution than 72dpi? What I am trying to do is the possibility to Render the Chart say in : 300mmx300mm with 250dpi Regards, Mansur Link to comment Share on other sites More sharing options...
Software FX Posted December 7, 2005 Report Share Posted December 7, 2005 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 More sharing options...
User (Legacy) Posted December 9, 2005 Author Report Share Posted December 9, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.