| Name | Description |
| addChart | Creates a chart at the specified location on the chart. |
| addChartInPixel | Creates a chart at the specified location on the chart. |
| addConnector | Creates a connector. Returns the IShape object that represents the new connector. |
| addConnectorInPixel | Creates a connector. Returns the IShape object that represents the new connector. |
| addPicture | Overloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
| addPictureInPixel | Overloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
| addShape | Returns the @code:IShape object that represents the new AutoShape in the chart. |
| addShapeInPixel | Returns the @code:IShape object that represents the new AutoShape in the chart. |
| delete | Deletes the object. |
| getArea3DGroup | Returns the IChartGroup object that represents the area chart groupon a 3-D chart. |
| getAreaGroups | Returns an object that represents a collection of the area chart groups IChartGroups, on a 2D chart. |
| getAutoScaling | Gets the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True). |
| getAxes | Returns an object that represents a collection of the axes on the chart. |
| getBackWall | Returns the IWall object that allows the user to individually formatthe back wall of a 3-D chart. |
| getBar3DGroup | Returns the IChartGroup object that represents the bar chart group ona 3-D chart. |
| getBarGroups | Returns an object that represents a collection of the bar chart groups IChartGroups, on a 2D chart. |
| getBarShape | Returns the shape used with the 3-D bar or column chart. |
| getChartArea | Returns the IChartArea object that represents the complete chart areafor the chart. |
| getChartGroups | Returns an object that represents a collection of all the chart groups in the chart IChartGroups. The returned collection includes every type of group. |
| getChartTitle | Returns the IChartTitle object that represents the title of thespecified chart. |
| getChartType | Returns the chart type. |
| getColumn3DGroup | Returns the IChartGroup object that represents the column chart groupon a 3-D chart. |
| getColumnGroups | Returns an object that represents a collection of the column chart groups IChartGroups, on a 2D chart. |
| getDataTable | Returns the IDataTable object that represents the chart data table. |
| getDepthPercent | Returns the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
| getDisplayBlanksAs | Returns the way that blank cells are plotted on a chart. Can be one of the following: com.grapecity.documents.excel.DisplayBlanksAs constants: NotPlotted, Interpolated, orZero. |
| getDisplayNaAsBlank | Gets whether show #N/A as empty cell. IF true, #N/A is showed as empty cell. |
| getDoughnutGroups | Returns an object that represents a collection of the doughnut chart groups IChartGroups, on a 2D chart. |
| getElevation | Returns the elevation of the 3-D chart view in degrees. |
| getFloor | Returns the IFloor object that represents the floor of the 3-D chart. |
| getGapDepth | Returns the distance between the data series in a 3-D chart as a percentage of the marker width. The value of this property must be between 0 and 500. |
| getHasDataTable | Gets a value indicating whether the chart displays a data table. |
| getHasLegend | Gets whether the chart has a legend. |
| getHasTitle | Gets whether the axis or chart has a visible title. |
| getHeightPercent | Returns the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). |
| getLegend | Returns the ILegend object that represents the legend for the chart. |
| getLine3DGroup | Returns the IChartGroup object that represents the line chart groupon a 3-D chart. |
| getLineGroups | Returns an object that represents a collection of the line chart groups IChartGroups, on a 2D chart. |
| getName | Returns the name of the object. |
| getParent | Returns the parent IShape of the chart. |
| getPerspective | Returns the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
| getPie3DGroup | Returns the IChartGroup object that represents the pie chart group ona 3-D chart. |
| getPieGroups | Returns an object that represents a collection of the pie chart groups IChartGroups, on a 2D chart. |
| getPivotOptions | Returns the IPivotOptions object that represents theoptions whether to display pivot chart buttons. |
| getPivotTable | Returns the com.grapecity.documents.excel.IPivotTable object that represents the thePivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report. |
| getPlotArea | Returns the IPlotArea object that represents the plot area of achart. |
| getPlotVisibleOnly | Gets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted. |
| getRadarGroups | Returns an object that represents a collection of the radar chart groups IChartGroups, on a 2D chart. |
| getRightAngleAxes | Gets whether the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts. |
| getRotation | Returns the rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees). The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts. |
| getSeriesCollection | Returns an object that represents a collection of all the series in the chart. |
| getShapes | Returns all drawing shapes in this chart. |
| getShowDataLabelsOverMaximum | Gets whether to show the data labels when the value is greater than the maximum value on the value axis. |
| getSideWall | Returns the IWall object that allows the user to individually formatthe side wall of a 3-D chart. |
| getSurfaceGroup | Returns the IChartGroup object that represents the surface chartgroup of a 3-D chart. |
| getWalls | Returns the IWall object that represents the walls of the 3-D chart. |
| getXYGroups | Returns an object that represents a collection of the scatter chart groups IChartGroups, on a 2D chart. |
| setAutoScaling | Sets the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True). |
| setBarShape | Sets the shape used with the 3-D bar or column chart. |
| setChartType | Sets the chart type. |
| setDepthPercent | Sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
| setDisplayBlanksAs | Sets the way that blank cells are plotted on a chart. Can be one of the following: com.grapecity.documents.excel.DisplayBlanksAs constants: NotPlotted, Interpolated, orZero. |
| setDisplayNaAsBlank | Sets whether show #N/A as empty cell. IF true, #N/A is showed as empty cell. |
| setElevation | Sets the elevation of the 3-D chart view in degrees. |
| setGapDepth | Sets the distance between the data series in a 3-D chart as a percentage of the marker width. The value of this property must be between 0 and 500. |
| setHasDataTable | Sets a value indicating whether the chart displays a data table. |
| setHasLegend | Sets whether the chart has a legend. |
| setHasTitle | Sets whether the axis or chart has a visible title. |
| setHeightPercent | Sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). |
| setPerspective | Sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
| setPlotVisibleOnly | Sets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted. |
| setRightAngleAxes | Sets whether the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts. |
| setRotation | Sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees). The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts. |
| setShowDataLabelsOverMaximum | Sets whether to show the data labels when the value is greater than the maximum value on the value axis. |
| setSourceData | Overloaded. Sets the source data range for the chart. |