Determines whether this collection contains a specified AxisMarker.
[Visual Basic]
Public Function Contains( _
ByVal axisMarker As AxisMarker _
) As Boolean
[C#]
public bool Contains(
AxisMarker axisMarker
);
[JScript]
public function Contains(
axisMarker : AxisMarker
) : boolean;
true if the specified AxisMarker belongs to this collection; otherwise, false.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
AxisMarkerCollection Class | AxisMarkerCollection Members
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.