Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / CreateSeries Method
Type of the series.


In This Topic
    CreateSeries Method
    In This Topic
    Creates the series.
    Syntax
    'Declaration
     
    
    Public Function CreateSeries( _
       ByVal seriesType As Type _
    ) As Series
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim seriesType As Type
    Dim value As Series
     
    value = instance.CreateSeries(seriesType)
    public Series CreateSeries( 
       Type seriesType
    )

    Parameters

    seriesType
    Type of the series.
    See Also