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


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

    Parameters

    model
    The model.
    See Also