ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordArray.Contains Method

Determines whether a value is in the ChartCoordArray.

[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 item to locate in the ChartCoordArray.

Return Value

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

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 ChartCoordArray are then compared using the converted result.

See Also

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


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