Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / AddChartObject Method


In This Topic
    AddChartObject Method (Worksheet)
    In This Topic
    Add empty chart object to current worksheet.
    Syntax
    'Declaration
     
    
    Protected Function AddChartObject( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As ChartObject
    'Usage
     
    
    Dim instance As Worksheet
    Dim x As Integer
    Dim y As Integer
    Dim width As Integer
    Dim height As Integer
    Dim value As ChartObject
     
    value = instance.AddChartObject(x, y, width, height)
    protected ChartObject AddChartObject( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    y
    width
    height
    See Also