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 2546

Summary: Error in GDI when closing a form with a TFastLineSeries using another series as Datasource
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ChartAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: enhancement CC: yeray
Priority: ---    
Version: 35.220329   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://www.steema.com/support/viewtopic.php?f=3&t=17709
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2022-09-01 04:08:07 EDT
Error in GDI when closing a form with a TFastLineSeries uwing another series as Datasource:

- Add a base series, ie a TPointSeries or a TBarSeries
- Add a TFastLineSeries
- Set the TFastLineSeries to use the first series as DataSource. It can be via a function or just as a "Series DataSource"

- Set Render is GDI

- Open and close the app, or press <ALT>+F12 (show dfm) to show the error: 'Control 'Chart1' has no parent window'.