Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface
Members


In This Topic
    IChartObject Interface
    In This Topic
    Represents an embedded chart on a worksheet.
    Syntax
    'Declaration
     
    
    Public Interface IChartObject 
       Inherits GrapeCity.Spreadsheet.Drawing.IDrawingObject 
    'Usage
     
    
    Dim instance As IChartObject
    public interface IChartObject : GrapeCity.Spreadsheet.Drawing.IDrawingObject  
    See Also