[]
        
(Showing Draft Content)

FarPoint.Web.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 at which the chart is inserted.

SpreadChart chart

The chart to be inserted into the collection.