Skip to content

Commit a0f642d

Browse files
committed
made change
1 parent 08e89db commit a0f642d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/Diagram/Label.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: post
3-
title: Label in Javascript Diagram Control | Syncfusion
3+
title: Label in JavaScript Diagram Control | Syncfusion
44
description: Learn here all about label support in Syncfusion JavaScript Diagram control, its elements, and more.
55
platform: js
66
control: Diagram
77
documentation: ug
88
api: /api/js/ejdiagram
99
---
1010

11-
# Label in Javascript Diagram Control
11+
# Label in JavaScript Diagram Control
1212

1313
**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.
1414

1515
## Create Label
1616

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.
1818

1919
{% highlight javascript %}
2020

0 commit comments

Comments
 (0)