How to position organisation chart
Posted: 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 How can we position the individual items so they don't overlap?
Steema Software - Customer Support Forums
http://216.92.243.79/support/
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