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 52 - If you remove the SeriesStats tool it doesn't remove the extra Series that is added in chart.
Summary: If you remove the SeriesStats tool it doesn't remove the extra Series that is...
Status: CONFIRMED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: TeeChart for .NET 4.1.2013.07300
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 11:20 EDT by sandra pazos
Modified: 2013-11-18 09:25 EST (History)
0 users

See Also:
Chart Series: ---
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 sandra pazos 2013-10-23 11:20:24 EDT
When you work with Bar Series with SeriesStats tool and mark the Average, a BarSeries is added to the Series tab in Chart Editor, too. It isn't behaved the same way in TeeChartActivex. I have added the same enhancement to Activex product with number[] to achieve the both behave equals.
Comment 1 sandra pazos 2013-10-23 11:27:51 EDT
Modify:When you work with Bar Series with SeriesStats tool and mark the Average, a BarSeries is added to the Series tab in Chart Editor, too. It isn't behaved the same way in TeeChartActivex. I have added the same enhancement to Activex product with number[53] to achieve the both behave equals.
Comment 2 sandra pazos 2013-11-18 09:24:49 EST
The previous bug explanations is incorrect, so I have detected in the message lacks information. 

If you work at the same time with a Standard Series and a SeriesStats tool, when you mark the average function of Statistics tool, one extra series (function average) is added to the Series tab in Chart Editor, too.  After, if you remove the tool, the extra Series isn't removed from the Chart. The same problem occurs in TeeChartVCL, bug number [id106]. 

To reproduce the problem you only need following next steps in Design-Time or Run- Time: 

1.- Add Chart in the Form.
2.- Open editor, Add Series and Add Statistics tool.
3.- In Statistic tool check the Average function.
One extra series is added in the Chart and in the Series Editor Chart.
4.- Remove the  Statistics tool. 
6.- Close Editor.
The extra Series isn't removed from the Chart.