Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataFieldCollection Class / Count Property


In This Topic
    Count Property (SeriesDataFieldCollection)
    In This Topic
    Gets the count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As SeriesDataFieldCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The count.
    See Also