ActiveReports 12
Add Method (TitlesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > TitlesCollection Class : Add Method
Specifies the title to add to the collection.
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

Reference

TitlesCollection Class
TitlesCollection Members