ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Item Property / Item(String) Property
The name of the title.

In This Topic
    Item(String) Property
    In This Topic
    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