Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChart Interface
Properties Methods

In This Topic
    IChart Interface Members
    In This Topic

    The following tables list the members exposed by IChart.

    Public Properties
     NameDescription
     PropertyReturns the IChartGroup object that represents the area chart group on a 3-D chart.  
     PropertyReturns an object that represents a collection of the area chart groups IChartGroups, on a 2D chart.  
     PropertyGets or 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).  
     Property Returns an object that represents a collection of the axes on the chart.  
     PropertyReturns the IWall object that allows the user to individually format the back wall of a 3-D chart.  
     PropertyReturns the IChartGroup object that represents the bar chart group on a 3-D chart.  
     PropertyReturns an object that represents a collection of the bar chart groups IChartGroups, on a 2D chart.  
     Property Returns or sets the shape used with the 3-D bar or column chart.  
     PropertyReturns the IChartArea object that represents the complete chart area for the chart.  
     PropertyReturns an object that represents a collection of all the chart groups in the chart IChartGroups. The returned collection includes every type of group.  
     PropertyReturns the IChartTitle object that represents the title of the specified chart.  
     Property Returns or sets the chart type.  
     PropertyReturns the IChartGroup object that represents the column chart group on a 3-D chart.  
     PropertyReturns an object that represents a collection of the column chart groups IChartGroups, on a 2D chart.  
     PropertyReturns the IDataTable object that represents the chart data table.  
     Property Returns or sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).  
     PropertyReturns or sets the way that blank cells are plotted on a chart. Can be one of the following: DisplayBlanksAs constants: NotPlotted, Interpolated, or Zero.  
     Property specifies whether to treat cells containing #N/A as if they were blank cells.  
     PropertyReturns an object that represents a collection of the doughnut chart groups IChartGroups, on a 2D chart.  
     Property Returns or sets the elevation of the 3-D chart view in degrees.  
     PropertyReturns the IFloor object that represents the floor of the 3-D chart.  
     Property Returns or 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.  
     Property Gets or sets a value indicating whether the chart displays a data table.  
     Property Gets or sets whether the chart has a legend.  
     Property Gets or sets whether the axis or chart has a visible title.  
     Property Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).  
     PropertyReturns the ILegend object that represents the legend for the chart.  
     PropertyReturns the IChartGroup object that represents the line chart group on a 3-D chart.  
     PropertyReturns an object that represents a collection of the line chart groups IChartGroups, on a 2D chart.  
     Property Returns the name of the object.  
     PropertyReturns the parent IShape of the chart.  
     Property Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the Microsoft.Office.Interop.Excel._Chart.RightAngleAxes property is True.  
     PropertyReturns the IChartGroup object that represents the pie chart group on a 3-D chart.  
     PropertyReturns an object that represents a collection of the pie chart groups IChartGroups, on a 2D chart.  
     PropertyReturns a IPivotOptions object that represents the options whether to display pivot chart buttons.  
     PropertyReturns a GrapeCity.Documents.Excel.IPivotTable object that represents the PivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report.  
     PropertyReturns the IPlotArea object that represents the plot area of a chart.  
     Property Gets or sets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted.  
     PropertyReturns an object that represents a collection of the radar chart groups IChartGroups, on a 2D chart.  
     Property Gets or 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.  
     Property Returns or 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.  
     Property Returns an object that represents a collection of all the series in the chart.  
     Property Returns all drawing shapes in this chart.  
     Property Gets or sets whether to show the data labels when the value is greater than the maximum value on the value axis.  
     PropertyReturns the IWall object that allows the user to individually format the side wall of a 3-D chart.  
     PropertyReturns the IChartGroup object that represents the surface chart group of a 3-D chart.  
     PropertyReturns the IWall object that represents the walls of the 3-D chart.  
     PropertyReturns an object that represents a collection of the scatter chart groups IChartGroups, on a 2D chart.  
    Top
    Public Methods
     NameDescription
     Method Creates a chart at the specified location on the chart.  
     Method Creates a chart at the specified location on the active sheet.  
     MethodCreates a connector. Returns the IShape object that represents the new connector.  
     MethodCreates a connector. Returns the IShape object that represents the new connector.  
     MethodOverloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture.  
     MethodOverloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture.  
     MethodReturns the IShape object that represents the new AutoShape in the chart.  
     MethodReturns the IShape object that represents the new AutoShape in a worksheet.  
     Method Deletes the object.  
     MethodOverloaded.  Sets the source data range for the chart.  
    Top
    See Also