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. |