Greetings, Telerik!
In out project we use diagram with all available types of layout.
Almost all layout types works great but radial tree behaves weird and it's unclear how the one can fix it without your help.
Mostly, we have a lot of containers in diagram and when radial tree is applied it looks fine, but when container that was placed above is expanded it is placed above and connected container isn't visible. Attached file can explain it better than thousand words.
In project we agreed to use next TreeLayoutSettings (regarding Radial tree)
I believe that OrgTreeRouter means nothing when layout is being done.
Also we're filling collection of Roots for settings according to some rules (mostly the root will be the shape/container with outgoing connections).
Is it possible for radial tree to respect margins and place containers with some margins?
Thanks in advance!
In out project we use diagram with all available types of layout.
Almost all layout types works great but radial tree behaves weird and it's unclear how the one can fix it without your help.
Mostly, we have a lot of containers in diagram and when radial tree is applied it looks fine, but when container that was placed above is expanded it is placed above and connected container isn't visible. Attached file can explain it better than thousand words.
In project we agreed to use next TreeLayoutSettings (regarding Radial tree)
StartRadialAngle = 1.0,
EndRadialAngle = 6.5,
RadialFirstLEvelSeparation = 150.0,
RadialSeparation = 150,
KeepComponentsInOneRadialLayout =
true
,
Also we're filling collection of Roots for settings according to some rules (mostly the root will be the shape/container with outgoing connections).
Is it possible for radial tree to respect margins and place containers with some margins?
Thanks in advance!