P
Peter
Hi folks,
I use the following C# code, trying to create a chart by using
ChartWizard method in 2007 Excel environment. The code is listed below:
myChart.ChartWizard (rng, Excel.Constants.xl3DBar,
Type.Missing, Excel.XlRowCol.xlColumns, 2, 2, false,
mySheet.Name,
Type.Missing,
Type.Missing, Type.Missing);
But I can not see the chart after the execution. Please advise. Thanks.
Peter Kao
I use the following C# code, trying to create a chart by using
ChartWizard method in 2007 Excel environment. The code is listed below:
myChart.ChartWizard (rng, Excel.Constants.xl3DBar,
Type.Missing, Excel.XlRowCol.xlColumns, 2, 2, false,
mySheet.Name,
Type.Missing,
Type.Missing, Type.Missing);
But I can not see the chart after the execution. Please advise. Thanks.
Peter Kao