Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds an object to the end of the data series. |
![]() | AddRange | Overridden. Adds the elements of the specified collection to the end of the data series. The operation is type safe. |
![]() | BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Clear | (Inherited from System.Collections.ArrayList) |
![]() | Clone | Overridden. Creates a copy of the data series. |
![]() | Contains | (Inherited from System.Collections.ArrayList) |
![]() | CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Evaluate | This method evaluates a single argument function on the specified data series subset. |
![]() | ExtractSubset | Removes the indexes which are not contained in the specified subset. |
![]() | FillFromDataReader | The data series is filled from the specified collumn of the OleDbDataReader. |
![]() | FillFromDataTable | The data series is filled with the objects contained in columnName of the specified DataTable. |
![]() | FillFromDataView | The data series is filled with the objects contained in columnName of the specified DataView. |
![]() | FillFromEnumerable | The data series is filled from the enumerator which is obtained from the specified enumerable interface. |
![]() | FillRandom | Fills the data series with random data. |
![]() | FillRandomRange | Fills a data series containing double values with itemCount elements whose values are in the range from nFrom to nTo. |
![]() | Filter | Obtains a data series subset containing only the indexes of the values which mach the specified criteria. |
![]() | FindMaxValue | Finds the index of the maximum value contained in the data series. |
![]() | FindMinValue | Finds the index of the minimum value contained in the data series. |
![]() | FindString | Overloaded. Finds the index of the first string contained in the data series which is equal to stringToFind. |
![]() | FindValue | Overloaded. Finds the index of the first value contained in the data series which is equal to valueToFind. |
![]() | GetDataGridColumnStyle | Returns a data grid column style which can be used for the visual editing of the data series |
![]() | GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | GetRange | (Inherited from System.Collections.ArrayList) |
![]() | GetValueForIndex | Gets the value for the specified index |
![]() | 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) |
![]() | Remove | (Inherited from System.Collections.ArrayList) |
![]() | RemoveAt | (Inherited from System.Collections.ArrayList) |
![]() | RemoveRange | (Inherited from System.Collections.ArrayList) |
![]() | RemoveSubset | Removes the indexes contained in the specified data series subset from the data series. |
![]() | Reverse | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | SetRange | Overridden. Copies the elements of a collection over a range of elements in the Data Series. |
![]() | Sort | Overloaded. Sorts the values in the order specified by the order argument. |
![]() | ToArray | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | TrimToSize | (Inherited from System.Collections.ArrayList) |