D
Dave.T
I am trying to use the chart space data source property to get data from
a spreadsheet using c#. Microsoft has an example on the net in VB but I
can't get my interpretation to work in c#.
In VB: ChartSpace1.DataSource = Spreadsheet1
In c# I tried:
axChartSpace1.DataSource = (msdatasrc.DataSource) axSpreadsheet1;
which compiles but produce an system invalid exception when run.
Can someone shed some light on what I am doing wrong.
Thanks
Dave.T
a spreadsheet using c#. Microsoft has an example on the net in VB but I
can't get my interpretation to work in c#.
In VB: ChartSpace1.DataSource = Spreadsheet1
In c# I tried:
axChartSpace1.DataSource = (msdatasrc.DataSource) axSpreadsheet1;
which compiles but produce an system invalid exception when run.
Can someone shed some light on what I am doing wrong.
Thanks
Dave.T