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

WardleyMapLink

Namespace ChartForgeX.VisualBlocks

Describes a dependency link between Wardley map nodes.

Inheritance

  • Object
  • WardleyMapLink

Constructors

WardleyMapLink(System.String arg1, System.String arg2, System.String arg3, System.Boolean arg4, ChartForgeX.Primitives.VisualLinkDirection arg5) #

Initializes a Wardley map dependency link.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.String required
arg4 System.Boolean required
arg5 ChartForgeX.Primitives.VisualLinkDirection required

Properties

FromId #

Gets the source node id.

ToId #

Gets the target node id.

Label #

Gets the optional link label.

Dashed #

Gets whether the link should render as a dashed dependency.

Flow #

Gets the optional flow hint.