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 - an error with WaterFallSeries
Summary: an error with WaterFallSeries
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
: 1507 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-04-18 11:05 EDT by christopher ireland
Modified: 2016-04-18 11:13 EDT (History)
1 user (show)

See Also:
Chart Series: Surface 3D
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 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. ***