[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.TitlesCollection.Item

this Property

this[int]

Gets or sets collection item by given index

Declaration
public Title this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the Title with the specified title name.

Declaration
public Title this[string titleName] { get; }
Parameters
Type Name Description
string titleName

Name of the title.

Property Value
Type Description
Title

Title.