API Reference
Class
MermaidTreemapNode
Describes one Mermaid treemap node.
Inheritance
- Object
- MermaidTreemapNode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor MermaidTreemapNode.MermaidTreemapNode
Constructors
MermaidTreemapNode(System.String arg1, System.Nullable{System.Double} arg2, System.Int32 arg3, ChartForgeX.Mermaid.MermaidTreemapNode arg4, System.String arg5, ChartForgeX.Mermaid.MermaidSourceSpan arg6) #Initializes a treemap node.
Parameters
- arg1 System.String
- arg2 System.Nullable{System.Double}
- arg3 System.Int32
- arg4 ChartForgeX.Mermaid.MermaidTreemapNode
- arg5 System.String
- arg6 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
Label #Gets the display label.
Value #Gets the optional leaf value. Null means this node is a section/parent node.
Indent #Gets the source indentation level.
ClassName #Gets the optional Mermaid class name from :::class syntax.
Parent #Gets the parent node, or null for roots.
Children #Gets child nodes.
IsLeaf #Gets whether the node is a leaf with a numeric value.
Path #Gets the node path from the root.