ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ChartDataArray.Insert Method

Inserts a new value at the specified index of the ChartDataArray.

[Visual Basic]

Overridable Public Sub Insert( _

ByVal index As Integer, _

ByVal value As Object _

) Implements IList.Insert

[C#]

virtual public void Insert(

int index,

object value

);

[Delphi]

public procedure Insert(

index: Int32;

value: Object

); virtual;

Implements

IList.Insert

Parameters

index

Index of new value.

value

New data value.

Remarks

The value is inserted at the position specified and the length of the ChartDataArray is increased by 1.

See Also

ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.