Questions tagged [graph-sharp]

GraphSharp - .NET, WPF Graph Layout framework

Graph# is a graph layout framework. It contains some layout algorithms and a GraphLayout control for WPF applications.

See http://graphsharp.codeplex.com/

25 questions
0
votes
1 answer

c# WPF Graph# layout using DataTemplate to show custom vertices causes XamlParseException

I just recently started working with QuickGraph and Graph# to manage and display graphs of plugins and possible connexions between them. Each plugin is represented by an object of Plugin class containing properties I would like to show, so i tried…
0
votes
1 answer

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 :
MOWUU
  • 1
  • 1
0
votes
1 answer

Using third party controls

I am pretty new to WPF Developing and i am trying work with the GraphSharp lib within my project but I cant access the GraphSharp.Controls dll classes. i declared this row in my mainwindows.xaml file xmlns:gsc =…
Ido Magor
  • 544
  • 1
  • 5
  • 14
0
votes
0 answers

How to implement the MVVM pattern in a WPF project using GraphSharp / QuickSharp library

Note: I am a newbie in all fields involved (WPF, MVVM pattern, GraphSharp/QuickSharp libraries). I am trying to display a simple directed graph using the GraphSharp library. I went through this demo, and wrote some very similar code (creating custom…
Attila Csipak
  • 927
  • 2
  • 14
  • 34
0
votes
1 answer

Delete Vertex by clicking clontext menu of vertex

I have added context menu to vertex By following code