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


In This Topic
Count Property (MarkerCollection)
In This Topic
Gets the number of markers in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As MarkerCollection
Dim value As Integer
 
value = instance.Count
See Also