LinkRouting
StockSharp.Xaml.Diagram.GXDiagram
This enumeration describes how the Route's computation of a path considers parts other than the two Nodes to which the route's Link is connected.
Fields
AvoidsNodes
public const LinkRouting AvoidsNodes
value = LinkRouting.AvoidsNodes
The route tries to avoid crossing over other nodes. Currently this routing style also implies that it is Orthogonal. The other nodes must be Avoidable.
Normal
public const LinkRouting Normal
value = LinkRouting.Normal
The route only takes the link's two nodes into account.
Orthogonal
public const LinkRouting Orthogonal
value = LinkRouting.Orthogonal
The segments of the route are always either horizontal or vertical; nodes other than the link's two nodes are ignored. This routing style is not desirable when the curve is Bezier.