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


In This Topic
    Count Property (BoxWhiskerSeriesCollection)
    In This Topic
    Gets the number of series in the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As BoxWhiskerSeriesCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also