Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good WPF diagrammer / toolkit / provider? [closed]

Tags:

.net

wpf

diagram

Basically we need a custom diagram component in our new WPF based application.
Needs to show text/lines, linked 2D Nodes and custom images apart from the other diagramming features like Undo/Redo, Align, Group, etc.. ala Visio.

The initial team did a bit of investigation and settled on the WinForms Northwoods GoDiagrams suite... a solution to embed it in our WPF application. Are there any equivalent WPF diagramming packages out there yet? Preferably tried ones. Thanks..

like image 521
Gishu Avatar asked Sep 04 '08 12:09

Gishu


2 Answers

My colleague has been using WpfDiagram from MindFusion for the last two weeks and says that it's an excellent product.

like image 162
Samuel Jack Avatar answered Oct 19 '22 09:10

Samuel Jack


Mindscape provide a WPF Flow Diagram component which includes a base library that exposes nodes, connections, etc. Includes grouping, undo/redo and the features you mention.

Not free, but there is a trial to see if it meets your needs.

Mindscape WPF Flow Diagrams

like image 42
traskjd Avatar answered Oct 19 '22 09:10

traskjd