Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / Count Property


In This Topic
Count Property (Series)
In This Topic
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
See Also