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


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