BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Syncfusion.JavaScript.DataVisualization.Models.Diagram.Label label = new Syncfusion.JavaScript.DataVisualization.Models.Diagram.Label();
label.Text = "Tail";
label.Name = "label7";
label.HorizontalAlignment = HorizontalAlignment.Right;
label.TextAlign = Syncfusion.JavaScript.TextAlign.Right;
label.Offset = new DiagramPoint(1, 0.1f);
Query: And what does the offset really mean?
Please note that you can position the connector’s label using label’s offset property. The value of offset can be set between the range from 0 to 1. Please refer the below online UG documentation which represents how to use the labels offset property
Online UG documentation:
http://help.syncfusion.com/ug/js/documents/label.htm
Please let me know if any concerns.
Regards,
Shyam G