![]() | Steema Issues DatabaseNote: 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. |
| Summary: | [TF02014378] Exporting to metafile the antialias isn't exported well: tChart1.Asp... | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Exporting | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | david |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
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 |
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)]