Page 1 of 1

How to position organisation chart

Posted: Fri Jan 02, 2009 10:46 am
by 15047349
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?

Posted: Mon Jan 05, 2009 10:13 am
by narcis
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.

Posted: Mon Jan 05, 2009 7:50 pm
by 15047349
Please do so. Thnx 4 the quick response.