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 - Contour series broken.
Summary: Contour series broken.
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: High major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 04:47 EDT by narcís calvet
Modified: 2016-05-24 04:54 EDT (History)
0 users

See Also:
Chart Series: Contour
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 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();