I don't think you can export the charts directly. In my application, I allow 
users to save the chart image as a jpg file which they can insert into their 
powerpoint documents for creating presentations.

var image:ImageSnapshot = ImageSnapshot.captureImage( mychart, 0, new 
JPEGEncoder() );
                        
var file:FileReference = new FileReference();
                        
file.save(image.data, "chart.jpg");

HTH
Paul

--- In flexcoders@yahoogroups.com, "Lexter" <halfbaked11...@...> wrote:
>
> Hello guys !!!
> 
> Good day, Is it possible to export flex charts into MS Powerpoint?
>


Reply via email to