[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.Insert

Insert Method

Insert(int, Line)

Inserts a line into the collection at the specified index.

Declaration
public void Insert(int index, Line item)
Public Sub Insert(index As Integer, item As Line)
Parameters
Type Name Description
int index

Index at which item should be inserted.

Line item

Line.

Implements