FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerCollection Class / SetMarker Method
Index of marker.
Marker.


In This Topic
SetMarker Method
In This Topic
Gets or sets the marker at the specified index.
Syntax
'Declaration
 
Public Sub SetMarker( _
   ByVal index As Integer, _
   ByVal marker As Marker _
) 
 
'Usage
 
Dim instance As MarkerCollection
Dim index As Integer
Dim marker As Marker
 
instance.SetMarker(index, marker)

Parameters

index
Index of marker.
marker
Marker.
See Also