Hi There, I've a tricky question about connector and connection.
I need to develop a GUI where I can let the user define a connector based upon a polyline (or directly a polyline) by 3 points : A-start, C-end and a third one (B) to adapt the resulting curve to a set of points (to match the more it can the shape see the attached file).
In fact, the main problem is to determine how to retrieve parameters setup by the user when moving the connector.
Once done, how can I access polyline parameters between A and B, B and C. The main goal is to retrieve the equation between the three points. I know it can be done through an equation system solving, but do the TELERIK object is providing any useful attributes or methods?
I mean by example : tension value between points for the spline, factors of the cubic equation, ...
Let me know please