ENsetcurvevalue: Sets the value of a single data point for a curve.
Description
Sets the value of a single data point for a curve.
Usage
ENsetcurvevalue(curveIndex, pointIndex, x, y)
Arguments
- curveIndex
a curve's index (starting from 1).
- pointIndex
the index of a point on the curve (starting from 1).
- x
the point's new x-value.
- y
the point's new y-value.