Spread Windows Forms 12.0 Product Documentation
SetMarker Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MarkerCollection Class : SetMarker Method
Index of marker.
Marker.
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)
public void SetMarker( 
   int index,
   Marker marker
)

Parameters

index
Index of marker.
marker
Marker.
See Also

Reference

MarkerCollection Class
MarkerCollection Members