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 - [TV52014866] TeeOrgSeries easily overlap the text shapes. There isn't a control fo...
Summary: [TV52014866] TeeOrgSeries easily overlap the text shapes. There isn't a contr...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: All All
: Low enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 14:32 EDT by yeray alonso
Modified: 2016-03-07 03:55 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 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)]