[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartCollection.Insert

Insert Method

Insert(int, SpreadChart)

Inserts a chart into the collection at the specified index.

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

The specified index which the chart will be inserted.

SpreadChart chart

The chart will be inserted to the collection.