MindFusion.Diagramming for JavaScript Programmer's Guide
Diagram.getCrossingRadius Method
See Also
 





Gets the radius length of decorations displayed at link intersection points.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getCrossingRadius ()

 Return Value

A number specifying the radius of the arcs drawn at link intersection points. The default value is 1.5.

 Remarks

If LinkCrossings is set to Cut, link segments are cut at intersection points and this property defines the length of the break left between adjacent cut points. If LinkCrossings is set to Arcs, this property defines the radius of the arcs drawn over intersection points.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
RoundedLinksRadius Property