Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetSeriesCount Method / GetSeriesCount(PlotArea) Method


In This Topic
    GetSeriesCount(PlotArea) Method
    In This Topic
    Gets the series count.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSeriesCount( _
       ByVal plotArea As PlotArea _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim plotArea As PlotArea
    Dim value As Integer
     
    value = instance.GetSeriesCount(plotArea)
    public int GetSeriesCount( 
       PlotArea plotArea
    )

    Parameters

    plotArea
    See Also