Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 371 - [TF02014378] Exporting to metafile the antialias isn't exported well: tChart1.Asp...
Summary: [TF02014378] Exporting to metafile the antialias isn't exported well: tChart1...
Status: CONFIRMED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Exporting (show other bugs)
Version: unspecified
Hardware: All All
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 12:34 EDT by yeray alonso
Modified: 2013-11-29 12:58 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2013-11-20 11:26:08 EST
Exporting to metafile the antialias isn't exported well:
tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
Pie pie1 = new Pie(tChart1.Chart);
pie1.FillSampleValues();
private void button1_Click(object sender, EventArgs e)
{
 tChart1.Export.Image.Metafile.EMFFormat = System.Drawing.Imaging.EmfType.EmfPlusOnly;
 tChart1.Export.Image.Metafile.Save("C:\\tmp\\test.emf");
} [created:2009-09-02T11:34:40.000+01:00 reported by:yeray@steema.com reported in version:Build 4.0.2009.21353 (TeeChart for .NET)]
Comment 1 david berneda 2013-11-29 12:58:24 EST
btw:

Looks like there is a new GDI+ "Metafile Plus" enhanced format that can be generated to use anti-aliasing when rendering it later on.

http://stackoverflow.com/questions/1422949/emf-with-forced-antialiasing