Overload | Description |
---|---|
addChart(ChartType,double,double,double,double) | Creates a chart at the specified location on the active sheet. |
addChart(ChartType,IRange) | Creates a chart at the specified range on the current sheet.
The sheet of targetRange and the sheet of the shape being added must be the same sheet. |
addChart(String,ChartType,double,double,double,double) | Creates a chart at the specified location on the active sheet. |
addChart(String,ChartType,IRange) | Creates a chart at the specified range on the current sheet.
The sheet of targetRange and the sheet of the shape being added must be the same sheet. |