Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Shapes Property


In This Topic
    Shapes Property (IChart)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Drawing.IShapes collection that represents all the shapes on the chart sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Shapes As IShapes
    'Usage
     
    
    Dim instance As IChart
    Dim value As IShapes
     
    value = instance.Shapes
    IShapes Shapes {get;}
    See Also