dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > ChartAreaCollection Class : Remove Method


chartArea
The ChartArea to remove.
Removes a specified ChartArea from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal chartArea As ChartArea _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartAreaCollection
Dim chartArea As ChartArea
 
instance.Remove(chartArea)
C# 
public void Remove( 
   ChartArea chartArea
)

Parameters

chartArea
The ChartArea to remove.

See Also

© 2010 All Rights Reserved.