Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / RebindableArrayList Class
Members


In This Topic
    RebindableArrayList Class
    In This Topic
    An override of the TypedArrayList which adds support for object binding
    Object Model
    RebindableArrayList Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class RebindableArrayList 
       Inherits TypedArrayList
    'Usage
     
    Dim instance As RebindableArrayList
    [DefaultMember("Item")]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class RebindableArrayList : TypedArrayList 
    Inheritance Hierarchy
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public PropertyOverridden. Gets or sets the element at the specified index.  
    Public PropertyThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public Property (Inherited from System.Collections.ArrayList)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds an object to the end of the list.  
    Public MethodOverridden. Adds the elements of an ICollection to the end of the list.  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverridden. Removes all elements from the list.  
    Public MethodOverridden. Creates a shallow copy of the list.  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodConverts the contained values to exponents of the specified base. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodFinds the index of the specified value. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodRetrives the max double value contained in the array list. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodRetrives the min double value contained in the array list. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodReturns the index of the object in the collection (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodShifts the objects to the left with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodOverridden. Removes the first occurrence of the specified object from the list.  
    Public MethodOverridden. Removes the element at the specified index from the list.  
    Public MethodOverridden. Removes a range of elements from the list.  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodShifts the objects to the right with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodOverridden. Copies the elements of a collection over a range of elements in the list.  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodSorts an array list containing double values in ascending manner. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodSorts an array list containing float values in ascending manner. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodTransposes the objects at the specified indexes in the collection (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Utilities.TypedArrayList)
    Top
    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