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

MermaidC4Document

Namespace ChartForgeX.Mermaid

Describes a parsed Mermaid C4 diagram.

Inheritance

  • Object
  • MermaidC4Document

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

DiagramType #

Gets or sets the concrete C4 header token such as C4Context.

Title #

Gets or sets the optional Mermaid title statement.

Direction #

Gets or sets an optional Mermaid direction statement.

Statements #

Gets raw C4 statements retained with source spans.

Boundaries #

Gets parsed C4 boundaries and deployment nodes in source order.

Elements #

Gets parsed C4 elements in source order.

Relationships #

Gets parsed C4 relationships in source order.

RetainedStatements #

Gets retained C4 statements whose semantics are not rendered exactly yet.