Dundas Chart for Windows Forms
TitleCollection Class
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : TitleCollection Class


This represents a collection of Title  objects.


TitleCollection class is a strongly typed collection of Title classes. Indexer of this collection can take title index (integer) or unique title name (string) as a parameter.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class TitleCollection 
   Inherits CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As TitleCollection
C#  
public class TitleCollection : CollectionBase 

Remarks

The TitleCollection class represents a collection of Title objects. This collection class is implemented as the Titles collection property of the root Chart object.

Title objects can be appended, inserted or removed from the collection at both design-time and run-time.

The Count property indicates the total number of items in the collection, and is commonly used to find the upper bound of the collection.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Dundas.Charting.WinControl.TitleCollection

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.