Adds a new label to this item.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
function addLabel (text) |
String. The label's text.
RemarksAn item's main text content is specified via its text property. Call addLabel if you need to display additional text labels, such as identifiers or hints to the user.
Position of labels can be specified by calling methods such as setCornerPosition for nodes, or setControlPointPosition for links. You can let users move labels interactively by setting the behavior property of DiagramView to MoveLabels.
See Also