Adds a new label to this item.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
JavaScript Copy Code |
---|
function addLabel (text) |
String. The label's text.
An 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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |