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

Get a emf image from RadChart?

1 Answer 50 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
max
Top achievements
Rank 1
max asked on 09 Sep 2008, 03:40 PM
Is it possible to get an emf image from a RadChart?

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 10 Sep 2008, 06:25 AM
Hello massimo,

Yes, you can get EMF image:
this.radChart1.ChartImageFormat = ImageFormat.Emf; 
Image emfImage = this.radChart1.GetBitmap(); 

Regards,
Evtim
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (obsolete as of Q1 2013)
Asked by
max
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or