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: aspnetmvc/Diagram/Connector.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Connectors are objects used to create link between two points, nodes or ports to
16
16
## Create Connector
17
17
18
18
Connector can be created by defining the start and end points. The path to be drawn can be defined with a collection of segments.
19
-
To explore the properties of a `Connector`, refer to [Connector Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html"Connector Properties").
19
+
To explore the properties of a `Connector`, refer to [Connector Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html"Connector Properties").
20
20
21
21
### Add connectors through connectors collection
22
22
@@ -466,7 +466,7 @@ public ActionResult Index()
466
466
## Decorator
467
467
468
468
Start and end points of a connector can be decorated with some customizable shapes like arrows, circles, diamond or path. You can decorate the connection end points with the `SourceDecorator` and `TargetDecorator` properties of connector.
469
-
To explore the properties of decorators, refer to [Decorator Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html"Decorator Properties").
469
+
To explore the properties of decorators, refer to [Decorator Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html"Decorator Properties").
470
470
471
471
The `Shape` property of decorator allows to define the shape of the decorators. The following code example illustrates how to create decorators of various shapes.
0 commit comments