Search
DiagramLink.removeLabel Method
See Also
 

Removes the specified label from this link.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void removeLabel (
    LinkLabel label
)

 Parameters

label

A LinkLabel instance.

 See Also