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

MarkupTopologyParser

Namespace ChartForgeX.Markup

Parses ChartForgeX topology markup.

Inheritance

  • Object
  • MarkupTopologyParser

Methods

Parse(System.String text) #

Parses raw topology markup or Markdown containing a chartforgex topology fence.

Parameters

text System.String required
The source text.

Returns

The parse result.

ParseBlock(ChartForgeX.Markup.VisualMarkupBlock block) #

Parses a pre-scanned ChartForgeX topology block while preserving fence attributes and source lines.

Parameters

block ChartForgeX.Markup.VisualMarkupBlock required
The topology visual block.

Returns

The parse result.