Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(String,Type,Point,Size,ChartViewType,Boolean)
The formula.
Type of the series.
The location.
The size.
Type of the view.
if set to true [show legend].


In This Topic
    SpreadChart Constructor(String,Type,Point,Size,ChartViewType,Boolean)
    In This Topic
    Initializes a new instance of the SpreadChart class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formula As String, _
       ByVal seriesType As Type, _
       ByVal location As Point, _
       ByVal size As Size, _
       ByVal viewType As ChartViewType, _
       ByVal showLegend As Boolean _
    )
    'Usage
     
    
    Dim formula As String
    Dim seriesType As Type
    Dim location As Point
    Dim size As Size
    Dim viewType As ChartViewType
    Dim showLegend As Boolean
     
    Dim instance As New SpreadChart(formula, seriesType, location, size, viewType, showLegend)

    Parameters

    formula
    The formula.
    seriesType
    Type of the series.
    location
    The location.
    size
    The size.
    viewType
    Type of the view.
    showLegend
    if set to true [show legend].
    See Also