ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / WallRangesCollection Class / Add Method
The WallRange to add.

In This Topic
    Add Method (WallRangesCollection)
    In This Topic
    Adds a WallRange to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As WallRange _
    ) As Integer
    public int Add( 
       WallRange value
    )

    Parameters

    value
    The WallRange to add.
    See Also