【发布时间】:2015-10-27 10:19:54
【问题描述】:
我正在研究 Graph#,需要使用 BalloonTreeLayout,但结果是布局将所有顶点组合在一起。
我的代码是:
<Sample:MyGraphLayout x:Name="layout"
LayoutAlgorithmType="BalloonTree"
OverlapRemovalAlgorithmType="FSA"
Graph="{Binding}"
AsyncCompute="true"
ShowAllStates="false"
HighlightAlgorithmType="Simple">
</Sample:MyGraphLayout>
如何使用 Graph# 来得到这个结果?Balloon Tree Layout in a commerical product
谢谢!
【问题讨论】:
标签: c# wpf xaml graph-sharp