
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <DefaultMemberAttribute("Item")> <EditorAttribute(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)> <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class AdvancedGradientPointArray Inherits Xceed.Chart.Utilities.TypedArrayList
'Usage Dim instance As AdvancedGradientPointArray
[ClassInterface(ClassInterfaceType.AutoDual)] [DefaultMember("Item")] [Editor(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)] [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class AdvancedGradientPointArray : Xceed.Chart.Utilities.TypedArrayList
System.Object
System.Collections.ArrayList
Xceed.Chart.Utilities.TypedArrayList
Xceed.Chart.GraphicsCore.AdvancedGradientPointArray
Name | Description | |
---|---|---|
![]() | AdvancedGradientPointArray Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.ArrayList) |
![]() | Count | (Inherited from System.Collections.ArrayList) |
![]() | IsFixedSize | (Inherited from System.Collections.ArrayList) |
![]() | IsReadOnly | (Inherited from System.Collections.ArrayList) |
![]() | IsSynchronized | (Inherited from System.Collections.ArrayList) |
![]() | Item | Typed array list accessor. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | SyncRoot | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new object to the list. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | AddRange | Adds the specified collection to the array list. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Clear | (Inherited from System.Collections.ArrayList) |
![]() | Clone | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | Contains | (Inherited from System.Collections.ArrayList) |
![]() | ConvertToExponentDbl | Converts the contained values to exponents of the specified base. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | FindInt | Finds the index of the specified value. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | GetMaxValueDbl | Retrives the max double value contained in the array list. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | GetMinValueDbl | Retrives the min double value contained in the array list. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | GetObjectIndex | Returns the index of the object in the collection (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | GetRange | (Inherited from System.Collections.ArrayList) |
![]() | IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Insert | (Inherited from System.Collections.ArrayList) |
![]() | InsertRange | (Inherited from System.Collections.ArrayList) |
![]() | LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | LeftShiftItems | Shifts the objects to the left with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | Remove | (Inherited from System.Collections.ArrayList) |
![]() | RemoveAt | (Inherited from System.Collections.ArrayList) |
![]() | RemoveRange | (Inherited from System.Collections.ArrayList) |
![]() | Reverse | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | RightShiftItems | Shifts the objects to the right with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | SetRange | Sets a range of object contained in the specified collection and the specified index. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | Sort | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | SortAscendingDbl | Sorts an array list containing double values in ascending manner. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | SortAscendingFlt | Sorts an array list containing float values in ascending manner. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | ToArray | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | TransposeObjects | Transposes the objects at the specified indexes in the collection (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | TrimToSize | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
![]() | CloneContent | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
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