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

MermaidFlowchartNode

Namespace ChartForgeX.Mermaid

Describes a Mermaid flowchart node reference or definition.

Inheritance

  • Object
  • MermaidFlowchartNode

Constructors

MermaidFlowchartNode(System.String arg1, ChartForgeX.Mermaid.MermaidSourceSpan arg2) #

Initializes a parsed flowchart node.

Parameters

arg1 System.String required
arg2 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

Id #

Gets or sets the Mermaid node identifier.

Text #

Gets or sets the optional node label text.

Shape #

Gets or sets the explicit Mermaid node shape.

Classes #

Gets class names assigned through Mermaid class syntax.

Styles #

Gets style declarations assigned directly or through class definitions.

Href #

Gets or sets an optional Mermaid click link target.

Tooltip #

Gets or sets an optional Mermaid click tooltip.

SubgraphId #

Gets or sets an optional parent Mermaid subgraph id.