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


In This Topic
    CreatePlotArea Method
    In This Topic
    Creates the plot area.
    Syntax
    'Declaration
     
    
    Public Function CreatePlotArea( _
       ByVal seriesType As Type _
    ) As PlotArea
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim seriesType As Type
    Dim value As PlotArea
     
    value = instance.CreatePlotArea(seriesType)
    public PlotArea CreatePlotArea( 
       Type seriesType
    )

    Parameters

    seriesType
    Type of the series.
    See Also