FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / Count Property


In This Topic
Count Property (XYLineSeries)
In This Topic
Gets the number of points in the series.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As XYLineSeries
Dim value As Integer
 
value = instance.Count
See Also