Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StackedBarSeries Class / Count Property


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