How to position organisation chart
How to position organisation chart
With version 8 we are using the organisation chart. This works well. So far we have one problem How can we position the individual items so they don't overlap?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi aspro,
I'm afraid this is not possible for now. You should be able to do something like this:
but I've seen this code doesn't work. I'll add this to the bug list to be fixed for next releases.
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
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |