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
 

Parameters

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