Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineCollection Class / SetLine Method
Index of line.
Line.


In This Topic
    SetLine Method
    In This Topic
    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