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


In This Topic
    Count Property (FunnelSeries)
    In This Topic
    Creates a deep copy of this series.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As FunnelSeries
    Dim value As Integer
     
    value = instance.Count
    public override int Count {get;}

    Property Value

    A deep copy of this series.
    See Also