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

MermaidC4Element

Namespace ChartForgeX.Mermaid

Describes a C4 person, system, container, component, or deployment node.

Inheritance

  • Object
  • MermaidC4Element

Constructors

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

Initializes a C4 element.

Parameters

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

Properties

Alias #

Gets or sets the C4 element alias.

Label #

Gets or sets the display label.

Kind #

Gets or sets the normalized C4 element kind.

Description #

Gets or sets the optional element description.

Technology #

Gets or sets the optional technology token for containers and components.

Sprite #

Gets or sets optional Mermaid sprite metadata.

Tags #

Gets or sets optional Mermaid tags.

BoundaryId #

Gets or sets the containing boundary id.