'Declaration<DefaultMemberAttribute("Item")> Public Class LabelsList(Of T As LevelLabel) Inherits ListBase(Of T)
'UsageDim instance As LabelsList(Of T)
[DefaultMember("Item")] public class LabelsList<T> : ListBase<T> where T: LevelLabel
'Declaration<DefaultMemberAttribute("Item")> Public Class LabelsList(Of T As LevelLabel) Inherits ListBase(Of T)
'UsageDim instance As LabelsList(Of T)
[DefaultMember("Item")] public class LabelsList<T> : ListBase<T> where T: LevelLabel
System.Object
Xceed.Wpf.Toolkit.Chart.ListBase<T>
Xceed.Wpf.Toolkit.Chart.LabelsList<T>
| Name | Description | |
|---|---|---|
![]() | LabelsList<T> Constructor | Initializes a new instance of the LabelsList class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | IsReadOnly | Gets whether the ListBase is read-only. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Item | Retrieves or assigns an item in a collection. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | AddRange | Adds the items of the specified collection to the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Clear | Removes all items from the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Contains | Determines whether an element is in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | CopyTo | Copies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | IndexOf | Determines the index of a specific item in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Insert | Inserts an item into the ListBase at the specified index. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | Remove | Removes the first occurrence of a specific object from the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | RemoveAt | Removes the element at the specified index of the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | ToArray | Copies the elements of the ListBase to a new array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
| Name | Description | |
|---|---|---|
![]() | GetCount | Returns the number of elements actually contained in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | OnBeforeListChanged | Called before a list is modified, raising the BeforeListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | OnListChanged | Called after a list has been modified, raising the ListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
| Name | Description | |
|---|---|---|
![]() | BeforeListChanged | Raised before the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
![]() | ListChanged | Raised after the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>) |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.