| Name | Description |
| AutoScaling | Gets or sets the property which specifies whether 3D charts will be scaled to approximate the size of the equivalent 2D chart. |
| Axes | Returns an instance of IAxes which represents the axes of this chart. |
| BackWall | Returns an instance of IWalls which represents the back wall of a 3D chart. |
| ChartArea | Returns an instance of IChartArea which represents the chart area of this chart. |
| ChartGroups | Returns an instance of IChartGroups which represents the chart groups of this chart. |
| ChartTitle | Returns an instance of IChartTitle which represents the title of this chart, or null if HasTitle is false. |
| ChartType | Gets or sets the property which specifies the chart type. |
| DataTable | Returns an instance of IDataTable which represents the data table of this chart, or null if HasDataTable is false. |
| DepthPercent | Gets or sets the depth of a 3D chart as a percentage of the width of the chart. Must be between 20 (20%) and 2000 (2000%). |
| DisplayBlanksAs | Gets or sets the property which specifies how cells with no values are displayed. |
| Elevation | Gets or sets the elevation from which a 3D chart is viewed in degrees. |
| Floor | Returns an instance of IFloor which represents the floor area of a 3D chart. |
| GapDepth | Gets or sets the overlap or space between bar series in a 3D bar chart as a percentage of the bar depth. |
| HasAxis | Returns an instance of IHasAxis which represents the properties used to determine which axes are displayed on a chart. |
| HasDataTable | Gets or sets the property which specifies whether a chart has a data table. |
| HasLegend | Gets or sets the property which specifies whether a chart has a legend. |
| HasTitle | Gets or sets the property which specifies whether a chart has a title. |
| HeightPercent | Gets or sets the height of a 3D chart as a percentage of the width of the chart. Must be between 5 (5%) and 500 (500%). |
| Legend | Returns an instance of ILegend which represents the legend of this chart, or null if HasLegend is false. |
| PageSetup | Returns an instance of IPageSetup which represents the page setup options of this chart. |
| Perspective | Gets or sets the property which specifies the view perspective of a 3D chart as a value between 0 and 100. |
| PlotArea | Returns an instance of IPlotArea which represents the plot area of this chart. |
| PlotVisibleOnly | Gets or sets the property which specifies whether hidden cells are skipped (set this property to false) or included (set this property to true). |
| RightAngleAxes | Gets or sets the property which specifies whether 3D chart axes are at right angles regardless of the 3D view settings. |
| Rotation | Gets or sets the property which specifies the rotation of a 3D chart around it's z-axis in degrees. |
| SeriesCollection | Returns an instance of ISeriesCollection which represents all of the series of this chart. |
| Sheet | Gets the ISheet associated with the represented chart. |
| SideWall | Returns an instance of IWalls which represents the side wall of a 3D chart. |