How to position organisation chart

TeeChart for ActiveX, COM and ASP
Post Reply
aspro
Newbie
Newbie
Posts: 2
Joined: Mon Nov 12, 2007 12:00 am

How to position organisation chart

Post by aspro » Fri Jan 02, 2009 10:46 am

With version 8 we are using the organisation chart. This works well. So far we have one problem :wink: How can we position the individual items so they don't overlap?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 05, 2009 10:13 am

Hi aspro,

I'm afraid this is not possible for now. You should be able to do something like this:

Code: Select all

    TChart1.Series(0).asOrganizational.Item(i).Format.CustomPosition = True
    TChart1.Series(0).asOrganizational.Item(i).Format.Left = 10
    TChart1.Series(0).asOrganizational.Item(i).Format.Top = 10
but I've seen this code doesn't work. I'll add this to the bug list to be fixed for next releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

aspro
Newbie
Newbie
Posts: 2
Joined: Mon Nov 12, 2007 12:00 am

Post by aspro » Mon Jan 05, 2009 7:50 pm

Please do so. Thnx 4 the quick response.

Post Reply