graph-sharp

GraphSharp BalloonTreeLayout pins all vertices in one place

浪子不回头ぞ 提交于 2019-12-14 04:08:49
问题 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

Method or operation not implemented error on Binding

久未见 提交于 2019-12-06 01:07:37
问题 I'm currently developing a Visual Studio plugin (VSPackage) which finally should be able to visualize call relations. In order to represent them I want to use the Graph# library which manages the graph (avoiding overlapping edges etc.). Unfortunately I get the following error message at runtime in my XAML: XamlParseException: The method or operation is not implemented. The error pops up on the <graph:CallRelationGraphLayout Graph="{Binding RelationGraph}"/> tag. <UserControl x:Class="Biocoder

Method or operation not implemented error on Binding

百般思念 提交于 2019-12-04 04:01:41
I'm currently developing a Visual Studio plugin (VSPackage) which finally should be able to visualize call relations. In order to represent them I want to use the Graph# library which manages the graph (avoiding overlapping edges etc.). Unfortunately I get the following error message at runtime in my XAML: XamlParseException: The method or operation is not implemented. The error pops up on the <graph:CallRelationGraphLayout Graph="{Binding RelationGraph}"/> tag. <UserControl x:Class="Biocoder.InteractiveExploration.View.ExplorationControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml