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

MarkupTopologyDocument

Namespace ChartForgeX.Markup

Represents a Markdown-friendly topology diagram document.

Inheritance

  • Object
  • MarkupTopologyDocument

Usage

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

Accepted by parameters

Methods

ToTopologyChart() #

Converts the markup document into a ChartForgeX topology chart.

Returns

The topology chart.

Properties

Id #

Gets or sets the optional chart id.

Title #

Gets or sets the title.

Subtitle #

Gets or sets the subtitle.

LayoutMode #

Gets or sets the layout mode.

LayoutDirection #

Gets or sets the layout direction.

Width #

Gets or sets the viewport width.

Height #

Gets or sets the viewport height.

Padding #

Gets or sets the viewport padding.

Groups #

Gets declared groups.

Nodes #

Gets declared nodes.

Edges #

Gets declared edges.