ActiveReports 12
Add Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Add Method
The label to add to the collection.
Adds a label to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As String _
) As Integer
public int Add( 
   string value
)

Parameters

value
The label to add to the collection.
See Also

Reference

LabelsCollection Class
LabelsCollection Members