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 1546

Summary: Contour series broken.
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: Contour Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2016-05-24 04:47:24 EDT
Adding a simple Contour series with sample values to a chart crashes with an index out of range exception in Contour series code. Code to reproduce the problem:

      tChart1.Series.Add(new Steema.TeeChart.Styles.Contour()).FillSampleValues();