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

MermaidC4Boundary

Namespace ChartForgeX.Mermaid

Describes a C4 boundary or deployment node.

Inheritance

  • Object
  • MermaidC4Boundary

Constructors

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

Initializes a C4 boundary.

Parameters

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

Properties

Id #

Gets or sets the boundary id.

Label #

Gets or sets the boundary label.

Kind #

Gets or sets the C4 boundary kind.

Type #

Gets or sets the optional C4 boundary type argument.

ParentId #

Gets or sets the optional parent boundary id.