Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(Type)
Type of the series.


In This Topic
    SpreadChart Constructor(Type)
    In This Topic
    Initializes a new instance of the FarPoint.Win.Chart.FpChart class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal seriesType As Type _
    )
    'Usage
     
    
    Dim seriesType As Type
     
    Dim instance As New SpreadChart(seriesType)
    public SpreadChart( 
       Type seriesType
    )

    Parameters

    seriesType
    Type of the series.
    See Also