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


In This Topic
    NDocument Class Members
    In This Topic

    The following tables list the members exposed by NDocument.

    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Chart.NChartElementContainer)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background animations style  
    Public PropertyWhen set to true the control will automatically invalidate when a property changes.  
    Public PropertyGets or sets the background style  
    Public PropertyGets the charts contained in this document  
    Public PropertyGets the current chart rendering context  
    Public PropertyGets the gauges contained in this document  
    Public PropertyWhether to include ovelay elements (like range selections and axis cursors) in the hit test  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the background interactivity style  
    Public PropertyGets the labels contained in this document  
    Public PropertyGets the legends contained in this document  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets the numeric displays contained in this document  
    Public PropertyThe root panel of the document  
    Public PropertyGets or sets the settins object of the document controlling the appearance related settings of the chart document  
    Public PropertyGets the state indicators contained in this document  
    Public PropertyGets the chart stylesheet  
    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)
    Public PropertyGets the watermarks contained in this document  
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodCalculates the chart document  
    Public MethodObtains the child nodes of this node (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodClears the current chart document and inserts a new chart and legend  
    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 MethodOverridden.   
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Chart.NChartElementContainer)
    Public Method  
    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 MethodGets the child node at the specified index (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodObtains a child element by its id (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodObtains a child element by its unique id (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodObtains a element node by its id (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodObtains a child element by its unique id (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodObtains an element from its id  
    Public MethodObtains an element from its unique id  
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodGets a reference to a service of the specified type  
    Public MethodPerforms a hit test  
    Public MethodGets the index of the specified node in the container (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodDetermines whether the specified node is a child node for this container (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodLocks this document from concurrent access from other threads.  
    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 MethodRebuilds the document element index  
    Public MethodRecalculates the chart layout  
    Public MethodRefreshes the chart document and invalidates all attached views  
    Public MethodRegisters the specified element in the document  
    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 MethodSets a new index of the specified child node (Inherited from Nevron.Chart.NChartElementContainer)
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public MethodUnlocks this document for concurrent access from other threads.  
    Public MethodUnregisters the specified element from the document  
    Public MethodOverridden.   
    Public MethodOverridden.   
    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 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