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


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