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


In This Topic
    NGroupTreeMapNode Class Members
    In This Topic

    The following tables list the members exposed by NGroupTreeMapNode.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThe node bounds (Inherited from Nevron.Chart.NTreeMapNode)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bounds of this node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyDefines how child nodes change values are mapped against the palette  
    Public PropertyGets or sets the child nodes of node  
    Public PropertyGets or sets the border of the node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the format string of the label displayed by the node. (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the horizontal fill mode  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the interactivity style of this node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyThe label of this node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyThe label vertical alignment  
    Public PropertyGets or sets the label fit modes (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the label text style (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets / sets the tree map node group legend object that controls how the group items are displayed on a legend  
    Public PropertyThe format string used to format the text displayed on the legend (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the margins of the node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the minimum auto scale that is allowed before the label is hidden (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the margins of the node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the palette of this node  
    Public PropertyGets the parent tree map node of this node (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the NValueFormatter object controlling the formatting of the X-values.  
    Public PropertyGets or sets the sort order  
    Public PropertyGets or sets the stroke of the node (Inherited from Nevron.Chart.NTreeMapNode)
    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 whether this node is valid (Inherited from Nevron.Chart.NTreeMapNode)
    Public PropertyGets or sets the NValueFormatter object controlling the formatting of the node values.  
    Public PropertyGets or sets the vertical fill mode  
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list  
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list  
    Public MethodObtains the child nodes of this node  
    Public MethodReturns the number of child nodes which satisfy the specified filter  
    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  
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter  
    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.NTreeMapNode)
    Public MethodGets the child node at the specified index  
    Public MethodObtains a child element by its id  
    Public MethodObtains a child element by its unique id  
    Public MethodObtains a element node by its id  
    Public MethodObtains a child element by its unique id  
    Public MethodOverloaded. Obtains a child node enumerator  
    Public MethodGets the index of the specified node in the container  
    Public MethodDetermines whether the specified node is a child node for this container  
    Public MethodQueries whether the specified node is a descendant of this node  
    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 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  
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    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 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