ActiveReports 12
Remove Method (ChartAreasCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class : Remove Method
The chart area to remove.
Removes the specified chart area from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As ChartArea _
) 
public void Remove( 
   ChartArea value
)

Parameters

value
The chart area to remove.
See Also

Reference

ChartAreasCollection Class
ChartAreasCollection Members