Gets the number of points in the series.
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
'Usage
Dim instance As Series
Dim value As Integer
value = instance.Count
public abstract int Count {get;}
Property Value
Integer number of points
See Also