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 1109 - Changing series type to Area crashes
Summary: Changing series type to Area crashes
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.12154
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 06:56 EST by narcís calvet
Modified: 2015-01-30 07:21 EST (History)
0 users

See Also:
Chart Series: Area
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 2015-01-30 06:56:58 EST
Code snippet below crashes.

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

      Steema.TeeChart.Styles.Series tSeries = tChart1[0];
      Steema.TeeChart.Styles.Series.ChangeType(ref tSeries, typeof(Steema.TeeChart.Styles.Area));