Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

MermaidTreemapNode

Namespace ChartForgeX.Mermaid

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

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 required
arg2 System.Nullable{System.Double} required
arg3 System.Int32 required
arg4 ChartForgeX.Mermaid.MermaidTreemapNode required
arg5 System.String required
arg6 ChartForgeX.Mermaid.MermaidSourceSpan required

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.