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 2043

Summary: Map Series marks crashes the Chart
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: chris
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Map Series Marks bug

Description sandra pazos 2018-06-18 06:23:20 EDT
Created attachment 832 [details]
Map Series Marks bug

Map Series marks crashes the chart when these are visible. 
The attached image shows the exception. To reproduce the problem you can use the code below: 
   private void Form1_Load(object sender, EventArgs e)
        {
            world1.FillSampleValues();
            world1.UsePalette = false;
            world1.UseColorRange = false;
            world1.Marks.Visible = true;
        }


Note the World Map series is added in design time.