[]
Removes the first occurance of the specified value from the ChartDataArray.
public void Remove(object value)
Type | Name | Description |
---|---|---|
object | value | Value to remove. |
The value is automatically converted to the internal data type based upon the data type of the value specified. The value and the elements of the ChartDataArray are then compared using the converted result.