Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / SetSheetChart Method
An GrapeCity.Excel.Chart.IExcelChart instance describe a chart settings.


In This Topic
    SetSheetChart Method (IExcelWorksheet)
    In This Topic
    Add a chart to the current worksheet.
    Syntax
    'Declaration
     
    Sub SetSheetChart( _
       ByVal chart As IExcelChart _
    ) 
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim chart As IExcelChart
     
    instance.SetSheetChart(chart)
    void SetSheetChart( 
       IExcelChart chart
    )

    Parameters

    chart
    An GrapeCity.Excel.Chart.IExcelChart instance describe a chart settings.
    See Also