ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class : Remove Method

value
The WallRange to remove.

Glossary Item Box

Removes the first occurrence of a specific WallRange from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As WallRange _
) 
C# 
public void Remove( 
   WallRange value
)

Parameters

value
The WallRange to remove.

See Also