ActiveReports 12
Item(String) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > TitlesCollection Class > Item Property : Item(String) Property
The name of the title.
Gets or sets the collection item by the given title name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal titleName As String _
) As Title
public Title Item( 
   string titleName
) {get;}

Parameters

titleName
The name of the title.

Property Value

Title.
See Also

Reference

TitlesCollection Class
TitlesCollection Members
Overload List