| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | Add | Adds an object to the end of the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | AsReadOnly | Returns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Insert | Inserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<AxisVisualData>) |
![Public Method](dotnetimages/publicMethod.gif) | TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<AxisVisualData>) |