Name | Description | |
---|---|---|
![]() | Id | Gets/sets the id of the element |
![]() | Name | User defined name of the node |
![]() | Tag | User defined data associated with the node |
![]() | UniqueId | Gets/sets the unique id of the element |
The following tables list the members exposed by NChartElement.
Name | Description | |
---|---|---|
![]() | Id | Gets/sets the id of the element |
![]() | Name | User defined name of the node |
![]() | Tag | User defined data associated with the node |
![]() | UniqueId | Gets/sets the unique id of the element |
Name | Description | |
---|---|---|
![]() | Clone | Creates an identical copy of this object (Inherited from Nevron.Chart.NChartNode) |
![]() | CloneWithNewUniqueId | Creates an identical copy of the element, which differs only by the element unique id |
![]() | CreateFieldNonSerializedObjects | (Inherited from Nevron.Chart.NChartNode) |
![]() | GetAttributeByName | Gets a child or descendant attribute by its name |
![]() | GetAttributeName | Gets the name of the specified child attribute |
![]() | OnAttributeChanged | Called by child or descendants attributes when an attribute has changed |
![]() | OnAttributePropertyChanged | Called by child or descendants attributes when an attribute property has changed |
![]() | OnAttributePropertyChanging | Called by child or descendants attributes when an attribute property is changing |
![]() | ReplaceForeignUniqueIds | Replaces any foreign unique ids (references to other nodes) |
![]() | SetAttributeByName | Sets a child or descendant attribute by its name |
![]() | ToString | Overriden to return the element name |
![]() | UpdateFieldReferences | (Inherited from Nevron.Chart.NChartNode) |
Name | Description | |
---|---|---|
![]() | Commit | Commits the current transaction |
![]() | EndProperty | Resumes the history service. Pair it with the StartProperty method. |
![]() | GetElementFromUniqueId | Obtains an context tree item from the specified unique id |
![]() | OnPropertyChanged | General property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode) |
![]() | OnPropertyChanging | General property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode) |
![]() | PauseHistoryService | Safely pauses the history service |
![]() | RecordProperty | Records the state of the specified property before it is changed |
![]() | RecordState | Overloaded. Records the entire state of the node |
![]() | ResumeHistoryService | Safely resumes the history service |
![]() | Rollback | Rolls back the current transaction |
![]() | StartProperty | Records the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. |
![]() | StartTransaction | Starts a new transaction |