Xceed Chart for WinForms v4.4 Documentation
BandCollection Class
Members 


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace : BandCollection Class
Represents a collection of Band objects.
Object Model
BandCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class BandCollection 
   Inherits CollectionWithEvents
'Usage
 
Dim instance As BandCollection
[DefaultMember("Item")]
[Serializable()]
public class BandCollection : CollectionWithEvents 
Remarks
An instance of this class can be obtained from the Bands property of the PanelBar class.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
         Xceed.Chart.UIControls.BandCollection

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 Members
Xceed.Chart.UIControls Namespace