BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Blanca,
Thanks for using syncfusion products.
We suggest you to set the diagram’s view.Grid.SnapToGrid to false to avoid the variation of line’s length grid by grid.
Here is the code snippet:
Diagram1.View.Grid.SnapToGrid = false;
To extend the line away from the model we suggest you to set the Diagram Model’s BoundaryConstrainEnabled to false and set the Diagram Model’s SizeToContent to true.
Here is the code snippet:
diagram2.Model.BoundaryConstraintsEnabled = false;
diagram2.Model.SizeToContent = true;
Here is the Video:
Video
Here is the Sample:
Sample
Please let us know if any concerns.
Regards,
Swarnesh K