[]
Adds a new value to the end of the ChartCoordArray.
public int Add(object value)
Type | Name | Description |
---|---|---|
object | value | New data value. |
Type | Description |
---|---|
int | An integer indicating the index of the new value in the ChartCoordArray. The new index is always the Length of the ChartCoordArray prior to adding the new value. |
The Add method extends the length of the ChartCoordArray by one, then adds the new value to the newly created element. The value is automatically converted to the internal storage data type.