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 1677 - Problems, when is loaded the Map series to the Chart in design time.
Summary: Problems, when is loaded the Map series to the Chart in design time.
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 20.170306
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://teechart.net/directline/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 08:18 EST by sandra pazos
Modified: 2016-11-13 03:39 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 sandra pazos 2016-11-07 08:18:51 EST
When is added a map series in design time, concretely, if is chosen countries map series, appears some problems. I have detailed these below:
-	The series take long to load, sometimes the IDE is blocked. 
-	The series isn’t saved correctly, always the series disappears or is modified.
You can reproduce the second problem following the steps below: 
1. Creates a new project
2. Places a TChart control on the form
3. Uses the chart editor to add a Japan map series
4. Saves the project and closes Delphi. 
5. Open the project again. The series appears modified.

The problems don’t appear in run time or if you add the series by code. In other words, if you execute the application the problem isn’t shown.
Comment 1 david berneda 2016-11-13 03:39:40 EST
About locked ide, I think this happens because the "Structure window" is visible while loading a map series. The series has a list of polygons, and when the list is long it seems the ide takes a long time to refresh the Structure pane.

What does it mean "modified" ? Do you have an screenshot? At design time the series shows random colors if its not connected to a datasource, and when reloading it again it might show empty as there is no data associated via Series1.DataSource properties