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

WardleyMapBlock

Namespace ChartForgeX.VisualBlocks

A deterministic static Wardley map visual.

Inheritance

  • Object
  • WardleyMapBlock

Methods

AddAnnotation(System.Int32 arg1, System.String arg2, System.Double arg3, System.Double arg4) #

Adds a numbered annotation.

Parameters

arg1 System.Int32 required
arg2 System.String required
arg3 System.Double required
arg4 System.Double required
AddEvolution(System.String arg1, System.Double arg2) #

Adds an evolution trend for a node.

Parameters

arg1 System.String required
arg2 System.Double required
AddMarker(System.String arg1, System.Double arg2, System.Double arg3, ChartForgeX.VisualBlocks.WardleyMapMarkerKind arg4) #

Adds an accelerator or deaccelerator marker.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 ChartForgeX.VisualBlocks.WardleyMapMarkerKind required
AddNode(System.String arg1, System.String arg2, System.Double arg3, System.Double arg4, ChartForgeX.VisualBlocks.WardleyMapNodeKind arg5) #

Adds a map node.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Double required
arg4 System.Double required
arg5 ChartForgeX.VisualBlocks.WardleyMapNodeKind required
AddNote(System.String arg1, System.Double arg2, System.Double arg3) #

Adds a note.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
AddPipeline(System.String arg1) #

Adds a pipeline group.

Parameters

arg1 System.String required
Create() #

Creates an empty Wardley map block.

SetStages(System.Collections.Generic.IEnumerable{System.String} arg1) #

Sets the left-to-right evolution stages.

Parameters

arg1 System.Collections.Generic.IEnumerable{System.String} required

Properties

Stages #

Gets evolution stage labels from left to right.

Nodes #

Gets map nodes in render order.

Evolutions #

Gets evolution trends for existing map nodes.

Notes #

Gets free-form notes positioned on the map.

Annotations #

Gets numbered annotations positioned on the map.

Markers #

Gets accelerator and deaccelerator markers.

Pipelines #

Gets pipeline groups attached to parent components.

AccessibleName #