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 1457

Summary: [TV52014866] TeeOrgSeries easily overlap the text shapes. There isn't a control fo...
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: Low    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=11064&p=70978
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2016-03-07 03:48:00 EST
TeeOrgSeries easily overlap the text shapes. There isn't a control for that.
uses TeeOrgSeries;
procedure TForm1.FormCreate(Sender: TObject);
var Org1: TOrgSeries;
begin
  Org1:=TOrgSeries(Chart1.AddSeries(TOrgSeries.Create(self)));
  Org1.Add('Metals');
  Org1.Add('Alloys', 0);
  Org1.Add('Base Metals', 0);
  Org1.Add('Bronze',1);
  Org1.Add('Cooper alloy',1);
  Org1.Add('Iron',2);
  Org1.Add('Tin',2);
end; [created:2010-05-07T13:32:26.000+01:00 reported by:yeray reported in version:9.0 (TeeChart VCL)]