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

MermaidFlowchartNodeShape

Namespace ChartForgeX.Mermaid

Defines Mermaid flowchart node shape families.

Inheritance

  • Object
  • MermaidFlowchartNodeShape

Fields

Default #

No explicit shape was declared.

Rectangle #

Rectangle shape, such as A[Text].

Rounded #

Rounded rectangle shape, such as A(Text).

Stadium #

Stadium shape, such as A([Text]).

Subroutine #

Subroutine shape, such as A[[Text]].

Cylinder #

Database/cylinder shape, such as A[(Text)].

Circle #

Circle shape, such as A((Text)).

DoubleCircle #

Double circle shape, such as A(((Text))).

Asymmetric #

Asymmetric shape, such as A>Text].

Rhombus #

Rhombus shape, such as A{Text}.

Hexagon #

Hexagon shape, such as A{{Text}}.

Parallelogram #

Parallelogram shape, such as A[/Text/].

ParallelogramAlt #

Alternate parallelogram shape, such as A[\Text\].

Trapezoid #

Trapezoid shape, such as A[/Text\].

TrapezoidAlt #

Alternate trapezoid shape, such as A[\Text/].