Dundas Chart for Windows Forms
IndexOf(Title) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > TitleCollection Class > IndexOf Method : IndexOf(Title) Method


title
Title object to search for.
A Title object to be found in the collection.
Gets the chart title index using the given Title object.
Gets index of specified Title object in the collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Function IndexOf( _
   ByVal title As Title _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As TitleCollection
Dim title As Title
Dim value As Integer
 
value = instance.IndexOf(title)
C#  
public int IndexOf( 
   Title title
)

Parameters

title
Title object to search for.
A Title object to be found in the collection.

Return Value

Index of the chart title in the collection, or -1 if not found.
An integer index of the found title ot -1 if title was not found.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.