Search
DiagramLink.removeLabel Method
See Also
 






Removes the specified label from this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function removeLabel (label)

 Parameters

label

A LinkLabel instance.

 See Also