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.
Visual Basic (Declaration) | |
---|---|
Public Class TitleCollection Inherits CollectionBase |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class TitleCollection : CollectionBase |
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.
System.Object
System.Collections.CollectionBase
Dundas.Charting.WebControl.TitleCollection
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