Hi,
Quote:When RoutingOptions are involved ? (QuickRouter, LinkRouting, AutoRoute, used with Layout ?)
The costs in RoutingOptions are used only by GridRouter, so auto-routed links are affected by RoutingOptions values when diagram.LinkRouter is set to a GridRouter instance. In fact we plan to merge most of RoutingOptions into GridRouter, and move the remaining properties into Diagram (e.g. TriggerRerouting).
Quote:What means values for cost members, what is impact if I increase or decrease value ?
GridRouter evaluates many paths by summing the costs associated with every bend, crossing or length unit in the path (TurnCost/CrossingCost/LengthCost). From the found paths, it chooses the one with lowest total cost.
Quote:In fact I was using TreeLayout then a custom algorythm to have same result as new FlowChartLayout but with Rounded link, will rounded links be supported for FlowChartLayout in upcoming version ?
I guess we'll get to this at some point, but can't guarantee when we'll implement it. At this time you could enable diagram.RoundedLinks to get a similar effect, even with polyline and cascading links.
I hope that helps,
Stoyan