[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.Insert

Insert Method

Insert(int, Fill)

Inserts a fill into the collection at the specified index.

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

Index at which item should be inserted.

Fill item

Fill.

Implements