GraphSharp BalloonTreeLayout pins all vertices in one place
问题 I am working on Graph# and need to use BalloonTreeLayout, but the result is the layout groups all vertices in one place together. My code is : <Sample:MyGraphLayout x:Name="layout" LayoutAlgorithmType="BalloonTree" OverlapRemovalAlgorithmType="FSA" Graph="{Binding}" AsyncCompute="true" ShowAllStates="false" HighlightAlgorithmType="Simple"> </Sample:MyGraphLayout> How to do with Graph# to make to this result?Balloon Tree Layout in a commerical product Thank you! 回答1: I have create a dummy