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 336

Summary: Exception cannot assign TMetafile to a TBitmap when print-previewing multiple charts
Product: VCL TeeChart Reporter: sandra pazos <sandra>
Component: DemosAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: david
Priority: ---    
Version: 131119   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2013-11-20 10:51:32 EST
If you move the cursor over the charts and chart preview of All Features\Welcome! \Printing\Multiple Charts appear an exception. The problem occurs in the Demo Multiple charts.
Comment 1 david berneda 2013-11-22 05:46:43 EST
Fixed.
This exception was happening after we introduced the TTeeCanvas StretchQuality property, which uses default VCL StretchDraw method instead of our own TeeSmoothStretch.  For a TMetafile this was not working properly.