Gets or sets a value indicating how much to compact the outermost arrows.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double LinksCompactFactor { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinksCompactFactor As Double |
A double number in the interval [0, 1]. The default is 1.
Links and nodes on the same graph layer are distributed uniformly as specified by the NodeDistance value. However, if there are more than 2-3 outermost links on a layer, they usually take up too much space without improving the visual quality of the diagram layout. This property allows compacting such links to save space. The factor specifies roughly a fraction of NodeDistance to leave between outer links.