VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / ChartInsertParams Class / ChartInsertParams Constructors / ChartInsertParams Constructor(Int32,Int32,CellReferences,SheetDrawingLocation)
Syntax Requirements SeeAlso
In This Topic
    ChartInsertParams Constructor(Int32,Int32,CellReferences,SheetDrawingLocation)
    In This Topic
    Initializes a new instance of the ChartInsertParams class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal chartWorksheetIndex
    The zero-based index of the chart worksheet.
    As System.Int32, _
    ByVal chartIndex
    The zero-based index of the chart.
    As System.Int32, _
    ByVal dataReferences
    The data references.
    As CellReferences, _
    ByVal location
    The chart location.
    As SheetDrawingLocation _
    )
    public ChartInsertParams(
    System.Int32 chartWorksheetIndex,
    System.Int32 chartIndex,
    CellReferences dataReferences,
    SheetDrawingLocation location
    )
    public: ChartInsertParams(
    System.Int32 chartWorksheetIndex,
    System.Int32 chartIndex,
    CellReferences* dataReferences,
    SheetDrawingLocation* location
    )
    public:
    ChartInsertParams(
    System.Int32 chartWorksheetIndex,
    System.Int32 chartIndex,
    CellReferences^ dataReferences,
    SheetDrawingLocation^ location
    )

    Parameters

    chartWorksheetIndex
    The zero-based index of the chart worksheet.
    chartIndex
    The zero-based index of the chart.
    dataReferences
    The data references.
    location
    The chart location.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also