Search
DiagramItem.removeLabel Method
See Also
 






Removes the specified label from this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function removeLabel (label)

 Parameters

label

An ItemLabel instance.

 See Also