ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataArray.Contains Method

Determines whether a value is in the ChartDataArray.

[Visual Basic]

Overridable Public Function Contains( _

ByVal value As Object _

) As Boolean Implements IList.Contains

[C#]

virtual public bool Contains(

object value

);

[Delphi]

public function Contains(

value: Object

): Boolean; virtual;

Implements

IList.Contains

Parameters

value

An object representing the value to locate  in the ChartDataArray.

Return Value

A boolean indicating whether the specified value can be found in one of the elements of the ChartDataArray.

Remarks

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.

See Also

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


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