Using the MSCHART control to display graphs, I have seached for and found little to help. As I read from the Database I need a 2d array that contains 1-52 and the value from the DB.

<code>
call MSChart1.DataGrid.SetData(x, 1, splitdata,nullFlag)
</code>

<code>
Call MSChart1.ChartData=splitdata
</code>

Either one needs the array.
Its Friday and I am getting frustrated....