C # drawing libraries

I am looking for a library that will allow me to visualize some of the xml objects that I have and manipulate them graphically (something similar to the UML design package, but simpler), like a looping stream.

Anyone have any ideas I should start with? Preferably, I would like something to succeed, but if it was easier to make an implementation of HTML + JS or something that would be reasonable.

Basic requirements: - visualize the presentation of the C # / XML class. - Allow selection - Draw lines between two objects. - Performing operations could remove / move or place it in front of another element on the chart.

Any help / direction you could give would be greatly appreciated.

Regards, Jamie

+3
source share
2 answers
+1
source

For those who watched, Microsoft GLEE definitely looks in the general direction of what I want. Easy to use and automatic layout, you just need to configure it for business logic and do it.

0
source

Source: https://habr.com/ru/post/1772249/


All Articles