Collection of labels
| C# | Visual Basic | Visual Basic Usage |
public class ChartLabelsCollection : ChartingStateManagedCollection<LabelItem>
Public Class ChartLabelsCollection _ Inherits ChartingStateManagedCollection(Of LabelItem)
Dim instance As ChartLabelsCollection
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ChartLabelsCollection()()()() |
Create new instance of ChartLabelsCollection class.
| |
| Add(LabelItem) |
Add LabelItem at the collection
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.Add(T).) | |
| AddRange(array<T>[]()[][]) |
Adds items range in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Clear()()()() |
Clear collection
| |
| Contains(T) |
Checks does collection contain the given item
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| CopyTo(array<T>[]()[][], Int32) |
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional
array, starting at the specified index of the target array.
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Count |
Gets items count in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(T) |
Item index in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Insert(Int32, LabelItem) |
Insert LabelItem in collection at the specific position
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.Insert(Int32, T).) | |
| IsReadOnly |
Gets true if collection is read-only
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Item[([( Int32])]) |
Gets or sets a LabelItem at the specific position in Labels collection.
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.Item[([( Int32])]) .) | |
| List |
Items list
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| LoadViewState(Object) |
Load data from ViewState
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnClear()()()() |
Before collection clearing event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnClearComplete()()()() |
Clear items
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.OnClearComplete()()()().) | |
| OnInsert(Int32, Object) |
Item before insert event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnInsertComplete(Int32, Object) |
Insert item in collection
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.OnInsertComplete(Int32, Object).) | |
| OnRemove(Int32, Object) |
Item before remove event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnRemoveComplete(Int32, Object) |
Remove item at specified index
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.OnRemoveComplete(Int32, Object).) | |
| Parent |
Parent element
| |
| Remove(LabelItem) |
Remove LabelItem from collection
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.Remove(T).) | |
| RemoveAt(Int32) |
Remove LabelItem in the specific position from collection
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.RemoveAt(Int32).) | |
| SaveViewState()()()() |
Save data to ViewState
(Overrides ChartingStateManagedCollection<(Of <(<'LabelItem>)>)>.SaveViewState()()()().) | |
| SetItemDirty(T) |
Marks collection item dirty
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| ChartingStateManagedCollection<(Of <(<'LabelItem>)>)> | ||
| ChartLabelsCollection | ||