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 - Map Series marks crashes the Chart
Summary: Map Series marks crashes the Chart
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: High normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-18 06:23 EDT by sandra pazos
Modified: 2018-06-22 07:39 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
Map Series Marks bug (141.04 KB, image/jpeg)
2018-06-18 06:23 EDT, sandra pazos
Details

Note You need to log in before you can comment on or make changes to this 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.