This is a migrated thread and some comments may be shown as answers.

Printing diagrams

3 Answers 142 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Dan Ove
Top achievements
Rank 1
Dan Ove asked on 23 Jul 2012, 12:21 PM
Hi all

I want to print a diagram with preview. I used the example at http://www.telerik.com/help/wpf/raddiagram-features-printing.html and my code looks like this:
var printPreviewWindow = new RadWindow();
var printPreview = new RadDiagramPrintPreview { Diagram = this.diagram };
printPreviewWindow.Content = printPreview;
printPreviewWindow.ResizeMode = ResizeMode.NoResize;
printPreviewWindow.Width = 800;
printPreviewWindow.Height = 600;
printPreviewWindow.ShowDialog();
With the RadDiagramPrintPreview the user can change printer and sheet size / orientation. But I need to scale the diagram down to "fit to page" How can I do this with the RadDiagramPrintPreview?
Regards

Dan Ove

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 25 Jul 2012, 11:15 AM
Hi,

Currently the print preview does not provide such functionality. We have planned to improve some parts of the print preview and your request will also be taken into consideration.

Greetings,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Fabio
Top achievements
Rank 1
answered on 09 Dec 2014, 12:31 PM
Hi Hristo,

you posted the 25/07/2012 that the "fit to page" functionality for diagram print would be taken into account.
Is this feature available now?

I strongly need at least one of the following features: either print all the diagram in one page or select the pages to print.
Obviously would be preferable to have both.
How can I do this?
Thanks

0
Pavel R. Pavlov
Telerik team
answered on 12 Dec 2014, 09:07 AM
Hello Fabrizio,

As we promised we considered this request and we decided to create a feature request which will allow us follow our customers' demand on that matter. For the moment the demand on that feature is not great and this is why we have not yet implemented it.

Please give your vote for it and follow the item so that you will be notified whenever we change its status.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Diagram
Asked by
Dan Ove
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Fabio
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or