Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface
Properties Methods Events

In This Topic
    IChart Interface Members
    In This Topic

    The following tables list the members exposed by IChart.

    Public Properties
     NameDescription
     Propertytrue if scales a 3D chart so that it's closer in size to the equivalent 2D chart and false otherwise.  
     PropertyGets a collection of the axes on the chart.  
     PropertyGets an IWalls object that allows the user to individually format the back wall of a 3D chart.  
     PropertyGets or sets the shape used with the 3D bar or column chart.  
     PropertyGets an IChartArea object that represents the complete chart area for the chart.  
     PropertyGets or sets an Integer that represents the color scheme for the chart.  
     PropertyGets an object that represents a collection of all the chart groups in the chart.  
     PropertyGets a IChartTitle object that represents the title of the specified chart.  
     PropertyGets or sets the chart type.  
     PropertyGets an IDataTable object that represents the chart data table.  
     PropertyGets or sets the depth of a 3D chart as a percentage of the chart width (between 20 and 2000 percent).  
     PropertyGets or sets the way that blank cells are plotted on a chart.  
     PropertyGets or sets a value indicating whether the #N/A error is plotted as a blank cell.  
     PropertyGets or sets the elevation of the 3D chart view, in degrees.  
     PropertyGets a IFloor object that represents the floor of the 3D chart.  
     PropertyGet or sets the distance between the data series in a 3D chart as a percentage of the marker width. The value of this property must be between 0 and 500.  
     PropertyGets or sets the height of a 3D chart as a percentage of the chart width.  
     PropertyGets an integer value that represents the index number of the chart within the collection.  
     PropertyGets an ILegend object that represents the legend for the chart.  
     PropertyGets or sets a value that represents the perspective for the 3D chart view.  
     PropertyGets an IPlotArea object that represents the plot area of a chart.  
     PropertyGets or sets the way columns or rows are used as data series on the chart.  
     PropertyGets or sets a value indicating whether only visible cells are plotted.  
     PropertyGets or sets a value indicating whether the chart axes are at right angles, independent of chart rotation or elevation.  
     PropertyGets or sets the rotation of the 3D chart view (the rotation of the plot area around the y-axis, in degrees).  
     PropertyGets an object that represents all the series in the chart or chart group.  
     PropertyGets a GrapeCity.Spreadsheet.Drawing.IShapes collection that represents all the shapes on the chart sheet.  
     PropertyGets an IWalls object that allows the user to individually format the side wall of a 3D chart.  
     PropertyGets an IWalls object that represents the walls of the 3D chart.  
    Top
    Public Methods
     NameDescription
     MethodApplies data labels to all series in chart.  
     MethodApplies the layouts shown in the ribbon.  
     MethodMoves the chart to a new location.  
     MethodProtects a chart so that it cannot be modified.  
     MethodOverloaded. Sets the source data range for the chart.  
     MethodDisplays the axis specified by AxisType and AxisGroup.  
     MethodDisplays the data table on the chart.  
     MethodDisplays the legend on the chart.  
     MethodDisplays the title of chart.  
    Top
    Public Events
     NameDescription
     EventOccurs when the chart is right-clicked, before the default right-click action.  
     EventOccurs when a chart element is selected.  
     EventOccurs when a chart element is selected.  
    Top
    See Also