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


title

The Title object to be removed.


A Title object to be removed from the collection.

Removes the first occurrence of the specified object from the collection.


Removes specified Title from the collection.

Syntax

Visual Basic (Declaration)  
Public Sub Remove( _
   ByVal title As Title _
) 
Visual Basic (Usage) Copy Code
Dim instance As TitleCollection
Dim title As Title
 
instance.Remove(title)
C#  
public void Remove( 
   Title title
)

Parameters

title

The Title object to be removed.


A Title object to be removed from the collection.

Requirements

Removes the first occurrence of the specified object in the collection. For further details see the IList.Remove topic.

See Also

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