How to Add Polyline Shape ?
I cannot find AddPolyline Method on a shape object.
And also for information i am using Aspose.Slides for .NET version 15.1.0
Aspose Team,
We need some help ASAP. Since this is a critical functionality for our application.
Hi Prakash,
not sure what a polyline is but if it is a continuous line of more than one segment that essentially looks like a line on a graph where the line is angled by the up or down angles, then you may want to try a series of lines that are rotated by the appropriate degree. I've done this when I needed a vertical line. just a thought.
Thanks Mudassir and rrk,
Hi Prakash,
The possible approach using Aspose.Slides is one that has been shared by me and also explained by RRK. If you ought to add such line you can refer to approach shared. There is no specific method available to add poly line.
Many Thanks,
Mudassir,
Hi Prakash,
I have observed your requirement for calculating the angle between two poly lines that share a common point. Think of the common point between two lines as intersection points between them. There is no Aspose.Slides feature available for this. However, you can use Cartesian geometery here to calculate the angle between two lines by using common point between two points as intersection point. I suggest you to please visit article 1, article 2 and article 3 for developing an approach on your end. I hope this will be helpful.
Many Thanks,