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

MermaidIshikawaNode

Namespace ChartForgeX.Mermaid

Describes one Mermaid Ishikawa cause node.

Inheritance

  • Object
  • MermaidIshikawaNode

Usage

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

Accepted by parameters

Constructors

MermaidIshikawaNode(System.String arg1, System.Int32 arg2, ChartForgeX.Mermaid.MermaidSourceSpan arg3) #

Initializes an Ishikawa node.

Parameters

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

Methods

AddChild(ChartForgeX.Mermaid.MermaidIshikawaNode arg1) #

Adds a child node.

Parameters

arg1 ChartForgeX.Mermaid.MermaidIshikawaNode required

Properties

Text #

Gets or sets the display text.

Level #

Gets the normalized tree level where zero is the root effect.

Span #

Gets the source span for the node.

Children #

Gets child causes.