ChartObject Methods
Contains basic properties and methods for embedded charts and chart sheets.
Name | Description |
---|---|
Change |
Changes the type of the chart. |
Copy |
Creates a copy of the chart in another worksheet. |
Get |
Returns a cell range containing chart data. |
Get |
Converts the chart to an image. |
Get |
Converts the chart to an image of the specified size. |
Load |
Loads a custom style from the specified stream and applies it to the chart. Available only for Excel 2016 charts. |
Load |
Loads a custom style from the specified XML file and applies it to the chart. Available only for Excel 2016 charts. |
Load |
Loads a custom chart style and formatting settings from the stream and applies it to the chart. |
Move |
Moves the current chart to a separate chart sheet. |
Move |
Moves a chart to the specified worksheet. |
Reset |
Removes custom formatting of the chart element and applies default formatting based on the chart style.
Inherited from Shape |
Select |
Specifies the source data for the chart. |
Select |
Specifies the source data for the chart. |
Switch |
Switches rows to columns in the chart data, plotting them on different axes. |
See Also