Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

MarkerCollection Class
MarkerCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.