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

MermaidBlockItem

Namespace ChartForgeX.Mermaid

Describes one Mermaid block item.

Inheritance

  • Object
  • MermaidBlockItem

Constructors

MermaidBlockItem(System.String arg1, System.String arg2, System.Int32 arg3, ChartForgeX.VisualBlocks.BlockLayoutShape arg4, System.Boolean arg5, ChartForgeX.Mermaid.MermaidSourceSpan arg6) #

Initializes a block item.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Int32 required
arg4 ChartForgeX.VisualBlocks.BlockLayoutShape required
arg5 System.Boolean required
arg6 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

Id #

Gets or sets the item id.

Label #

Gets or sets the display label.

ColumnSpan #

Gets how many columns this item spans.

Shape #

Gets the preferred item shape.

IsSpace #

Gets whether this item is an invisible spacer.

Span #

Gets the source span for the item statement.