Answered Clustering of child nodes

  • Thursday, April 03, 2008 7:21 AM
     
     
    I have nodes that have groups of child nodes e.g.Parent node P with 3 groups of child nodes Groups A,B and C.
    P has edges with all the child nodes.

    P
    C,A,A,B,A,B,C,C,C

    Is there a way to ensure that the child nodes are grouped together in the layout?
    e.g.
    P
    A,A,A B,B C,C,C,C

    Thanks
    Gareth

All Replies

  • Friday, April 04, 2008 3:11 AM
    Owner
     
     

    Gareth,

    MSAGL does not support this feature.

    Thanks,

    Lev

  • Friday, April 04, 2008 1:10 PM
     
     Answered
    Thank you for you repy.
    For anyone else who wants something similar.

    Dummy nodes could be connected to the parent node to represent each cluster  then the child nodes connected to the relavent dummy node.

    Gareth