0

私は Graph# に取り組んでおり、BalloonTreeLayout を使用する必要がありますが、その結果、レイアウトはすべての頂点を 1 つの場所にグループ化します。

私のコードは次のとおりです。

<Sample:MyGraphLayout x:Name="layout"
                      LayoutAlgorithmType="BalloonTree"
                      OverlapRemovalAlgorithmType="FSA"
                      Graph="{Binding}"
                      AsyncCompute="true"
                      ShowAllStates="false"
                      HighlightAlgorithmType="Simple">
</Sample:MyGraphLayout>

この結果にするには、Graph# をどうするか? 市販品のバルーン ツリー レイアウト

ありがとうございました!

4

1 に答える 1

0

I have create a dummy graph sample project and i can share it for you. Following features are implemented: double click on vertex, find vertex by id, sample indicator boxes on vertex, context menu (remove vertex, recursive function - show all joined vertices only), labeled edges. Sorry for my english ;) enter image description here

于 2015-03-21T13:35:25.753 に答える