'Declaration <DefaultMemberAttribute("Item")> Public Class ListBase(Of T)
'Usage Dim instance As ListBase(Of T)
[DefaultMember("Item")] public class ListBase<T>
'Declaration <DefaultMemberAttribute("Item")> Public Class ListBase(Of T)
'Usage Dim instance As ListBase(Of T)
[DefaultMember("Item")] public class ListBase<T>
System.Object
Xceed.Wpf.Toolkit.Chart.ListBase<T>
Xceed.Wpf.Toolkit.Chart.AreasList<T>
Xceed.Wpf.Toolkit.Chart.BindingsList<T>
Xceed.Wpf.Toolkit.Chart.ChartPrimitivesList<T>
Xceed.Wpf.Toolkit.Chart.DataPointsList<T>
Xceed.Wpf.Toolkit.Chart.GridPrimitivesList<T>
Xceed.Wpf.Toolkit.Chart.LabelsList<T>
Xceed.Wpf.Toolkit.Chart.SeriesList<T>
Xceed.Wpf.Toolkit.Chart.TicksList<T>
Name | Description | |
---|---|---|
![]() | ListBase<T> Constructor | Overloaded. Initializes a new instance of the ListBase<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the ListBase. |
![]() | IsReadOnly | Gets whether the ListBase is read-only. |
![]() | Item | Retrieves or assigns an item in a collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ListBase. |
![]() | AddRange | Adds the items of the specified collection to the ListBase. |
![]() | Clear | Removes all items from the ListBase. |
![]() | Contains | Determines whether an element is in the ListBase. |
![]() | CopyTo | Copies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the ListBase. |
![]() | IndexOf | Determines the index of a specific item in the ListBase. |
![]() | Insert | Inserts an item into the ListBase at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the ListBase. |
![]() | RemoveAt | Removes the element at the specified index of the ListBase. |
![]() | ToArray | Copies the elements of the ListBase to a new array. |
Name | Description | |
---|---|---|
![]() | GetCount | Returns the number of elements actually contained in the ListBase. |
![]() | OnBeforeListChanged | Called before a list is modified, raising the BeforeListChanged event. |
![]() | OnListChanged | Called after a list has been modified, raising the ListChanged event. |
Name | Description | |
---|---|---|
![]() | BeforeListChanged | Raised before the list is changed. |
![]() | ListChanged | Raised after the list is changed. |
Target Platforms: Windows 11, Windows 10, 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