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 370 - [TF02014729] There are a problem with Chart.Panel.Clone(). Client commented next: ...
Summary: [TF02014729] There are a problem with Chart.Panel.Clone(). Client commented n...
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Others (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 13:22 EST by sandra pazos
Modified: 2014-05-05 11:09 EDT (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-11-20 11:26:05 EST
There are a problem with Chart.Panel.Clone(). Client commented next: the method Panel.Clone() only returns the default values for the Panel. The reason is that Clone() method is actually implemented in the parent class Shape and consequently is not aware of the fields in the Panel class.  I could reproduce it using next lines of code: 
           tChart1.Panel.MarginBottom = 5.0;
            object obj=  tChart1.Panel.Clone(); 
MarginBottom of obj is 4.0.
It occurs in last version 3 and last version 4 and is produced for each components of TeeChart(Series,panel,tool...). 
 [created:2010-03-12T13:22:28.000+01:00 reported by:sandra@steema.com reported in version:Build 3.5.3700.30574 (TeeChart for .NET)]