Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddChart Method / AddChart(Int32,Int32,Type,Int32,Int32,Int32,Int32) Method
The row.
The column.
Type of the series.
Width of the chart.
Height of the chart.
The x-position.
The y-position.


In This Topic
    AddChart(Int32,Int32,Type,Int32,Int32,Int32,Int32) Method
    In This Topic
    Adds the chart control.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddChart( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal seriesType As Type, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As SpreadChart
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim seriesType As Type
    Dim width As Integer
    Dim height As Integer
    Dim x As Integer
    Dim y As Integer
    Dim value As SpreadChart
     
    value = instance.AddChart(row, column, seriesType, width, height, x, y)

    Parameters

    row
    The row.
    column
    The column.
    seriesType
    Type of the series.
    width
    Width of the chart.
    height
    Height of the chart.
    x
    The x-position.
    y
    The y-position.
    See Also