SpreadsheetGear 2012
IChart Interface Members
Properties  Methods 

The following tables list the members exposed by IChart.

Public Properties
 NameDescription
 PropertyAutoScalingGets or sets the property which specifies whether 3D charts will be scaled to approximate the size of the equivalent 2D chart.  
 PropertyAxesReturns an instance of IAxes which represents the axes of this chart.  
 PropertyBackWallReturns an instance of IWalls which represents the back wall of a 3D chart.  
 PropertyChartAreaReturns an instance of IChartArea which represents the chart area of this chart.  
 PropertyChartGroupsReturns an instance of IChartGroups which represents the chart groups of this chart.  
 PropertyChartTitleReturns an instance of IChartTitle which represents the title of this chart, or null if HasTitle is false.  
 PropertyChartTypeGets or sets the property which specifies the chart type.  
 PropertyDataTableReturns an instance of IDataTable which represents the data table of this chart, or null if HasDataTable is false.  
 PropertyDepthPercentGets 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%).  
 PropertyDisplayBlanksAsGets or sets the property which specifies how cells with no values are displayed.  
 PropertyElevationGets or sets the elevation from which a 3D chart is viewed in degrees.  
 PropertyFloorReturns an instance of IFloor which represents the floor area of a 3D chart.  
 PropertyGapDepthGets or sets the overlap or space between bar series in a 3D bar chart as a percentage of the bar depth.  
 PropertyHasAxisReturns an instance of IHasAxis which represents the properties used to determine which axes are displayed on a chart.  
 PropertyHasDataTableGets or sets the property which specifies whether a chart has a data table.  
 PropertyHasLegendGets or sets the property which specifies whether a chart has a legend.  
 PropertyHasTitleGets or sets the property which specifies whether a chart has a title.  
 PropertyHeightPercentGets 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%).  
 PropertyLegendReturns an instance of ILegend which represents the legend of this chart, or null if HasLegend is false.  
 PropertyPageSetupReturns an instance of IPageSetup which represents the page setup options of this chart.  
 PropertyPerspectiveGets or sets the property which specifies the view perspective of a 3D chart as a value between 0 and 100.  
 PropertyPlotAreaReturns an instance of IPlotArea which represents the plot area of this chart.  
 PropertyPlotVisibleOnlyGets or sets the property which specifies whether hidden cells are skipped (set this property to false) or included (set this property to true).  
 PropertyRightAngleAxesGets or sets the property which specifies whether 3D chart axes are at right angles regardless of the 3D view settings.  
 PropertyRotationGets or sets the property which specifies the rotation of a 3D chart around it's z-axis in degrees.  
 PropertySeriesCollectionReturns an instance of ISeriesCollection which represents all of the series of this chart.  
 PropertySheetGets the ISheet associated with the represented chart.  
 PropertySideWallReturns an instance of IWalls which represents the side wall of a 3D chart.  
Top
Public Methods
 NameDescription
 MethodSetSourceDataSet the data range for the chart.  
Top
See Also

Reference

IChart Interface
SpreadsheetGear.Charts Namespace

Send Feedback