Dundas Chart for ASP.NET
Add(Title) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > TitleCollection Class > Add Method : Add(Title) Method


title
Title object to be added.
Title object.

Adds a Title object to the end of the collection, taking the title as a parameter.


Adds new chart title into collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   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.Add(title)
C#  
public int Add( 
   Title title
)

Parameters

title
Title object to be added.
Title object.

Return Value

Index of the added object.
Index of the added object.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.