Reputation: 3838
I have a graph that is interconnected with directed straight edges. How to quickly replace them into bezier curve or orthogonal edges? Is it supported?
Like in the following example: (I did it manually, but I'd like to know if it can be done fully automaticly)
is transformed to =>
Upvotes: 0
Views: 1429
Reputation: 8005
Here's how you can do that:
If by "fully automatically" you mean a programmatic way where no interaction in the UI is required, then you should be looking at yFiles.
Upvotes: 1