Dear all,
 
am using html5 and jqueary ajax ,
 
so my requirement is am getting a data from database like 
 
|  time |  vol1    |  vol2 |  vol3 |  vol4 | 
|  10:25 |  5 |  10 |  20 |  25 | 
 
 
now i want to bind this data to html canvas controle as a line chart using webmethod like jqueary ajax call .
 am using c#.net please help me.
 
please am not understanding how to bind these ..