Click or drag to resize

Int32ObservableCollection Class

LightningChart .NET Help
Represents a collection of Int32Observable objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionInt32
    System.Collections.ObjectModelObservableCollectionInt32
      Arction.Wpf.ChartingMVVMValueTypeCollectionInt32
        Arction.Wpf.ChartingMVVM.MapsInt32ObservableCollection

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public class Int32ObservableCollection : ValueTypeCollection<int>

The Int32ObservableCollection type exposes the following members.

Constructors
  NameDescription
Public methodInt32ObservableCollection
Initializes a new instance of the Int32ObservableCollection class
Top
Properties
Methods
  NameDescription
Public methodAdd (Inherited from CollectionInt32.)
Public methodAddRange
Add range
(Inherited from ValueTypeCollectionT.)
Public methodClear (Inherited from CollectionInt32.)
Public methodContains (Inherited from CollectionInt32.)
Public methodCopyTo (Inherited from CollectionInt32.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionInt32.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionInt32.)
Public methodInsert (Inherited from CollectionInt32.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionInt32.)
Public methodRemove (Inherited from CollectionInt32.)
Public methodRemoveAllBefore
Remove all before index
(Inherited from ValueTypeCollectionT.)
Public methodRemoveAt (Inherited from CollectionInt32.)
Public methodRemoveRange
Remove Range
(Inherited from ValueTypeCollectionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCollectionChanged
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollectionInt32.)
Top
See Also