|
Getting interpolated data from a curve |
Posted by Lee Badham on Jan-04-2019 20:27 |
|
Hi,
If I create a smooth line chart from an arbitrary number points and I able to request the values between those points?
If I have these values
X 0 Y 0
X 50 Y 20
X 100 Y 0
Am i able to ask what the Y value is when X is 80?
Cheers,
Lee |
Re: Getting interpolated data from a curve |
Posted by Peter Kwan on Jan-08-2019 02:41 |
|
Hi Lee,
Unluckily, if the points are connect by a spline curve, there is no API to retrieve the "points" along the curve.
Regards
Peter Kwan |
|