ActiveReports.Chart Request technical support
Add Method
See Also 


value
Specifies the title to add to the collection.
Adds a title to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Title _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As TitlesCollection
Dim value As Title
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   Title value
)

Parameters

value
Specifies the title to add to the collection.

See Also