Spread Windows Forms 12.0 Product Documentation
SetLine Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LineCollection Class : SetLine Method
Index of line.
Line.
Gets or sets the line at the specified index.
Syntax
'Declaration
 
Public Sub SetLine( _
   ByVal index As Integer, _
   ByVal line As Line _
) 
'Usage
 
Dim instance As LineCollection
Dim index As Integer
Dim line As Line
 
instance.SetLine(index, line)
public void SetLine( 
   int index,
   Line line
)

Parameters

index
Index of line.
line
Line.
See Also

Reference

LineCollection Class
LineCollection Members