Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / GetDataPointCount Method


In This Topic
    GetDataPointCount Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDataPointCount() As Integer
    'Usage
     
    
    Dim instance As SeriesDataSource
    Dim value As Integer
     
    value = instance.GetDataPointCount()
    public int GetDataPointCount()
    See Also