Function Curve.setPointValue

Assigns the vertical position y to the point at index.

void setPointValue (
  const(long) index,
  const(double) y
) nothrow @nogc;