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


axis
The Axis to remove.
Removes a specified Axis from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal axis As Axis _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxisCollection
Dim axis As Axis
 
instance.Remove(axis)
C# 
public void Remove( 
   Axis axis
)

Parameters

axis
The Axis to remove.

See Also

© 2010 All Rights Reserved.