Xceed Chart for WinForms v4.4 Documentation
Remove Method (BandCollection)


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > BandCollection Class : Remove Method
The band to remove.
Removes the specified Band object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal band As Band _
) 
'Usage
 
Dim instance As BandCollection
Dim band As Band
 
instance.Remove(band)
public void Remove( 
   Band band
)

Parameters

band
The band to remove.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BandCollection Class
BandCollection Members