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

MermaidWardleyNode

Namespace ChartForgeX.Mermaid

Describes a parsed Wardley node.

Inheritance

  • Object
  • MermaidWardleyNode

Constructors

MermaidWardleyNode(System.String arg1, System.Double arg2, System.Double arg3, ChartForgeX.VisualBlocks.WardleyMapNodeKind arg4, ChartForgeX.Mermaid.MermaidSourceSpan arg5) #

Initializes a parsed Wardley map node.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 ChartForgeX.VisualBlocks.WardleyMapNodeKind required
arg5 ChartForgeX.Mermaid.MermaidSourceSpan required

Properties

Id #

Gets the Mermaid node name.

Visibility #

Gets the normalized visibility coordinate from zero to one.

Evolution #

Gets the normalized evolution coordinate from zero to one.

Kind #

Gets the mapped node kind.

Inertia #

Gets or sets whether the node declares inertia.

Strategy #

Gets or sets the optional Mermaid sourcing strategy.

LabelOffsetX #

Gets or sets the optional label X offset.

LabelOffsetY #

Gets or sets the optional label Y offset.

Span #

Gets the source span for the node statement.