[]
Determines whether a value is in the ChartDataArray.
public bool Contains(object value)
Type | Name | Description |
---|---|---|
object | value |
Type | Description |
---|---|
bool | A boolean indicating whether the specified value can be found in one of the elements of the ChartDataArray. |
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.