ChartObject Properties
Contains basic properties and methods for embedded charts and chart sheets.
Name | Description |
---|---|
Chart |
Returns the chart type. |
Color |
Returns or specifies a color palette for the chart. Applies only to Excel 2016 charts. |
Data |
Provides access to display settings for the chart data table. |
Fill |
Provides access to fill options for the specified drawing object.
Inherited from Shape |
Font | Allows you to change the text font for all chart elements. |
Legend | Provides access to a chart legend. |
Options | Provides access to various options available for the chart. |
Outline |
Provides access to the options used to format an outline of the specified drawing object.
Inherited from Shape |
Plot |
Provides access to the chart’s plot area. |
Primary |
Provides access to a collection of primary axes. |
Secondary |
Provides access to a collection of secondary axes. |
Series | Provides access to the collection of Series objects. |
Style | Returns or specifies the chart style. |
Title | Gets the title of the chart. |
View3D | Provides access to the display settings of three-dimensional charts. |
Views | Returns a collection of chart views. |
See Also