Dundas Chart for ASP.NET
TitleCollection Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl 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.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Dundas.Charting.WebControl.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

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