ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Add Method
Specifies the title to add to the collection.

In This Topic
    Add Method (TitlesCollection)
    In This Topic
    Adds a title to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Title _
    ) As Integer
    public int Add( 
       Title value
    )

    Parameters

    value
    Specifies the title to add to the collection.
    See Also