You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/Diagram/Label.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
layout: post
3
-
title: Label | Diagram | Javascript | Syncfusion
4
-
description: This section explains how to use Essential ejDiagram control Label's functionality and its behavior.
3
+
title: Label in JavaScript Diagram Control | Syncfusion
4
+
description: Learn here all about label support in Syncfusion JavaScript Diagram control, its elements, and more.
5
5
platform: js
6
6
control: Diagram
7
7
documentation: ug
8
8
api: /api/js/ejdiagram
9
9
---
10
10
11
-
# Label
11
+
# Label in JavaScript Diagram Control
12
12
13
13
**Label** is a block of text that can be displayed over a node or connector. Label is used to textually represent an object with a string that can be edited at run time. You can add Multiple Labels to a node/connector.
14
14
15
15
## Create Label
16
16
17
-
You can add a label to a node/connector by defining the label object and adding that to the [labels](/api/js/ejdiagram#members:nodes-labels"labels")collection of node/connector. The [text](/api/js/ejdiagram#members:nodes-labels-text"text") property of label defines the text to be displayed. The following code illustrates how to create a Label.
17
+
You can add a label to a node/connector by defining the label object and adding that to the [labels](/api/js/ejdiagram#members:nodes-labels"labels") collection of node/connector. The [text](/api/js/ejdiagram#members:nodes-labels-text"text") property of label defines the text to be displayed. The following code illustrates how to create a Label.
0 commit comments