Nevron .NET Vision
Nevron.Chart Namespace / NChartElementCollection Class
Fields Properties Methods


In This Topic
    NChartElementCollection Class Members
    In This Topic

    The following tables list the members exposed by NChartElementCollection.

    Protected Fields
     NameDescription
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection.  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets a value indicating whether the collection has a fixed size.  
    Public PropertyGets a value indicating whether the collection is read-only.  
    Public PropertyGets a value indicating whether access to the ICollection is synchronized (thread-safe).  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets an object that can be used to synchronize access to the ICollection.  
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodAdds an item to the collection.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodOverridden.   
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodRemoves all items from the collection.  
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Chart.NChartNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public MethodDetermines whether the IList contains a specific value.  
    Public MethodCopies the elements of the collection to an Array, starting at a particular Array index.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method  
    Public MethodOverloaded.  (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodDetermines the index of a specific item in the collection.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodInserts an item to the collection at the specified position.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodRemoves the first occurrence of a specific object from the collectino.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodRemoves the item at the specified index.  
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartElementComposite)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also