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 1509

Summary: an error with WaterFallSeries
Product: VCL TeeChart Reporter: christopher ireland <chris>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: normal CC: nagai
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: Surface 3D Delphi / C++ Builder RAD IDE Version:

Description christopher ireland 2016-04-18 11:05:50 EDT
Code to reproduce:

procedure TForm1.InitializeChart;
var series : TWaterFallSeries;
begin
   Chart1.View3D:=true;
   series:=TWaterFallSeries.Create(Self);
   series.ParentChart:=Chart1;
   series.FillSampleValues();
   series.HideCells:=true;
end;

first found in TeeChart.NET:
http://bugs.teechart.net/show_bug.cgi?id=1507
Comment 1 christopher ireland 2016-04-18 11:13:06 EDT
*** Bug 1507 has been marked as a duplicate of this bug. ***