GraphX icon indicating copy to clipboard operation
GraphX copied to clipboard

GraphX for .NET

Results 21 GraphX issues
Sort by recently updated
recently updated
newest added

is there still some development going on on this project?

I have a situation where nodes commonly have references to themselves (like nodes representing methods with edges representing calls: Recursive methods then have calls pointing to themselves). In such cases,...

How to add double click event to a vertex (with Dragging set on)

Following issue #110 - it would be great if a nuget package release that includes this change will be available.

How can I prevent edges fron crosing?

Someone knows how can i remove label edge? I want plot only the line of edge, no text box, no cycle, only the line in a simple graph. Thank you.

FAQ

Someone know how can i export my graph to png?

i have a working mapping software for a game where it adds the zones as a vertex and connections between zones as an edge. I've been trying to figure out...

Is there any posibility how to enable UI virtualization on created graph?

https://github.com/panthernet/GraphX/blob/d4e23495a56196a76c28f2f983f7cf2806cd96c5/GraphX.Controls/Controls/VertexControl.cs#L61 PositionChangeNotification in EventOptions is true by default. Assign false value to it will cause the property call the UpdatePositionTraceState method in VertexControl. Then EventOptions property is used, which is...