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

MermaidFlowchartSubgraph

Namespace ChartForgeX.Mermaid

Describes a Mermaid flowchart subgraph.

Inheritance

  • Object
  • MermaidFlowchartSubgraph

Constructors

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

Initializes a parsed flowchart subgraph.

Parameters

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

Properties

Id #

Gets or sets the Mermaid subgraph identifier.

Title #

Gets or sets the Mermaid subgraph title.

NodeIds #

Gets node ids declared inside the subgraph.