ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Add Method
The label to add to the collection.

In This Topic
    Add Method (LabelsCollection)
    In This Topic
    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