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

MermaidSequenceBlockKind

Namespace ChartForgeX.Mermaid

Defines the kind of a parsed Mermaid sequence block statement.

Inheritance

  • Object
  • MermaidSequenceBlockKind

Usage

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

Accepted by parameters

Fields

Loop #

A loop block.

Alt #

An alternative branch block.

Opt #

An optional branch block.

Par #

A parallel branch block.

Critical #

A critical region block.

Rect #

A background rectangle block.

Break #

A break or exception-flow block.

Else #

An else branch inside an alternative block.

And #

An and branch inside a parallel block.

Option #

An option branch inside a critical block.

End #

An end statement closing the current block.