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

MermaidTreeViewNode

Namespace ChartForgeX.Mermaid

Describes one Mermaid tree view node.

Inheritance

  • Object
  • MermaidTreeViewNode

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

MermaidTreeViewNode(System.String arg1, System.String arg2, System.Int32 arg3, System.Int32 arg4, ChartForgeX.Mermaid.MermaidTreeViewNode arg5, ChartForgeX.Mermaid.MermaidSourceSpan arg6) #

Initializes a tree view node.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Int32 required
arg4 System.Int32 required
arg5 ChartForgeX.Mermaid.MermaidTreeViewNode required
arg6 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

Id #

Gets the generated stable node id.

Label #

Gets the display label.

Indent #

Gets the source indentation width.

Level #

Gets the indentation-derived hierarchy level.

Parent #

Gets the parent node, or null for root nodes.

Children #

Gets child nodes.

IsBranch #

Gets whether the node has child nodes.