Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SpreadChart Constructor / SpreadChart Constructor(Type)
Type of the series.
Example


In This Topic
    SpreadChart Constructor(Type)
    In This Topic
    Initializes a new instance of the SpreadChart 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.
    Example
    The seriesType parameter indicates which type of chart will be added.
    See Also