ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Chart No Show by Using ChartWizard - 2007 Excel, C# (https://www.excelbanter.com/excel-programming/422340-chart-no-show-using-chartwizard-2007-excel-c.html)

Peter

Chart No Show by Using ChartWizard - 2007 Excel, C#
 
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

Jon Peltier

Chart No Show by Using ChartWizard - 2007 Excel, C#
 
Looks like all the parameters are in the right places. I have never used
this method, and can't comment specifically about the C# implementation.

The Excel 2003 VBA documentation states:

"Modifies the properties of the given chart."

This indicates to me that the method is for modifying a chart, not creating
a new chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Peter" wrote in message
...
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




Peter

Chart No Show by Using ChartWizard - 2007 Excel, C#
 
Thanks Jon,
The document is right, method ChartWizard is to configure a chart
after a chart object is added into its chart collection, and finally activate
it. It works.
Peter Kao

"Jon Peltier" wrote:

Looks like all the parameters are in the right places. I have never used
this method, and can't comment specifically about the C# implementation.

The Excel 2003 VBA documentation states:

"Modifies the properties of the given chart."

This indicates to me that the method is for modifying a chart, not creating
a new chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Peter" wrote in message
...
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






All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com