[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.TitlesCollection

TitlesCollection Class

Titles collection class

Inheritance
TitlesCollection
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class TitlesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable

Constructors

Name Description
TitlesCollection()

Initializes a new instance of the TitlesCollection class

Properties

Name Description
this[int]

Gets or sets collection item by given index

this[string]

Gets the Title with the specified title name.

Methods

Name Description
Add(Title)

Adds layer object to the current collection

AddRange(Title[])

Adds a set of layers to the current collection

Clone()

Creates a clone of the current collection

Contains(Title)

Determines whether the Collection contains the given Title

CopyTo(Title[], int)

TBW

IndexOf(Title)

Returns the index of the first occurrence of a value in the collection.

Insert(int, Title)

Inserts an element into the collection at the specified index.

OnClearComplete()
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSetComplete(int, object, object)
Remove(Title)

Removes the first occurrence of a specific object from the collection.