This is a migrated thread and some comments may be shown as answers.

How to layout from right to left

0 Answers 23 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
rui
Top achievements
Rank 1
rui asked on 03 Jan 2018, 10:17 AM

When call Layout  with  SugiyamaSettings ,I wish to display the shapes from right to left ,root node dock at the right side

 

SugiyamaSettings settings = new SugiyamaSettings()
            {
                VerticalDistance = 10d,
                HorizontalDistance = 5d,
                IgnoreInvisible = true,
                ComponentsGridWidth = transDiagram.ActualWidth,
                Orientation = Telerik.Windows.Diagrams.Core.Orientation.Vertical,

            };
            transDiagram.Layout(layoutType, settings);

how to do?

No answers yet. Maybe you can help?

Tags
Diagram
Asked by
rui
Top achievements
Rank 1
Share this question
or