Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(Series,String,Boolean,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean)
The last modified series.
Name of the chart.
State visible of chart.
start index row in range of chart.
start index column in range of chart.
end index row in range of chart.
end index column in range of chart.
offset of chart with start row.
offset of chart with start column.
offset of chart with end column.


In This Topic
    SpreadChart Constructor(Series,String,Boolean,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean)
    In This Topic
    Initializes a new instance of the SpreadChart class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal series As Series, _
       ByVal chartName As String, _
       ByVal visible As Boolean, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal pixelRowOffset As Integer, _
       ByVal pixcelColumnOffset As Integer, _
       ByVal pixelRow2Offset As Integer, _
       ByVal pixcelColumn2Offset As Integer, _
       ByVal dynamicSize As Boolean _
    )
    'Usage
     
    
    Dim series As Series
    Dim chartName As String
    Dim visible As Boolean
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim pixelRowOffset As Integer
    Dim pixcelColumnOffset As Integer
    Dim pixelRow2Offset As Integer
    Dim pixcelColumn2Offset As Integer
    Dim dynamicSize As Boolean
     
    Dim instance As New SpreadChart(series, chartName, visible, row, column, row2, column2, pixelRowOffset, pixcelColumnOffset, pixelRow2Offset, pixcelColumn2Offset, dynamicSize)

    Parameters

    series
    The last modified series.
    chartName
    Name of the chart.
    visible
    State visible of chart.
    row
    start index row in range of chart.
    column
    start index column in range of chart.
    row2
    end index row in range of chart.
    column2
    end index column in range of chart.
    pixelRowOffset
    offset of chart with start row.
    pixcelColumnOffset
    offset of chart with start column.
    pixelRow2Offset
    pixcelColumn2Offset
    offset of chart with end column.
    dynamicSize
    See Also