[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartDataArray.Add

Add Method

Add(object)

Adds a new value to the end of the ChartArrayArray.

Declaration
public int Add(object value)
Parameters
Type Name Description
object value

New data value.

Returns
Type Description
int

An integer indicating the index of the new value in the ChartDataArray. The new index is always the Length of the ChartDataArray prior to adding the new value.

Implements
Remarks

The Add method extends the length of the ChartDataArray by one, then adds the new value to the newly created element. The value is automatically converted to the internal storage data type.