
'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 DataSeriesCollection Inherits Xceed.Chart.Utilities.RebindableArrayList
'Usage Dim instance As DataSeriesCollection
[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 DataSeriesCollection : Xceed.Chart.Utilities.RebindableArrayList
System.Object
System.Collections.ArrayList
Xceed.Chart.Utilities.TypedArrayList
Xceed.Chart.Utilities.RebindableArrayList
Xceed.Chart.Core.DataSeriesCollection
Name | Description | |
---|---|---|
![]() | DataSeriesCollection Constructor | Construct an empty data series collection. |
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 | Gets or sets the element at the specified index. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | MasterDataSeries | Specifies the index of data series, which is used for sorting and other operations in which a master series is required. |
![]() | Parent | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | SyncRoot | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | AddRange | Adds the elements of an ICollection to the end of the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | Align | Aligns the data series contained in the collection |
![]() | BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Clear | Removes all elements from the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | Clone | Creates a shallow copy of the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | 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) |
![]() | ExportToDataTable | Exports the collection to a data table. |
![]() | ExtractSubset | Removes the indexes which are not contained in the specified subset. |
![]() | FillFromDataReader | Fills the contained data series from the OleDbDataReader collumn names specified by the arrColumnNames array. |
![]() | FillFromDataTable | Fills the contained data series from the DataTable collumn names specified by the arrColumnNames array. |
![]() | FillFromDataView | Fills the contained data series from the DataView collumn names specified by the arrColumnNames array. |
![]() | FindByName | Queries for the data series with the specifed name |
![]() | 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) |
![]() | IsAligned | Checks whether the data series contained in the collection have the same length. |
![]() | LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | LeftShiftItems | Shifts the objects to the left with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | Remove | Removes the first occurrence of the specified object from the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | RemoveAt | Removes the element at the specified index from the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | RemoveRange | Removes a range of elements from the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | RemoveSubset | Removes the specified subset from all contained data series. |
![]() | Reverse | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | RightShiftItems | Shifts the objects to the right with one position. (Inherited from Xceed.Chart.Utilities.TypedArrayList) |
![]() | SetRange | Copies the elements of a collection over a range of elements in the list. (Inherited from Xceed.Chart.Utilities.RebindableArrayList) |
![]() | Sort | Overloaded. Sorts the contained data series in the specified sort manner. |
![]() | 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