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