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


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > BandCollection Class : AddRange Method
The array of bands to add.
Adds range of Band objects.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal bands() As Band _
) 
'Usage
 
Dim instance As BandCollection
Dim bands() As Band
 
instance.AddRange(bands)
public void AddRange( 
   Band[] bands
)

Parameters

bands
The array of bands to add.
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