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

ChartForgeXMarkdownBlock

Namespace ChartForgeX.Markup

Describes a fenced ChartForgeX Markdown block.

Inheritance

  • Object
  • ChartForgeXMarkdownBlock

Constructors

ChartForgeXMarkdownBlock(System.String payload, System.Int32 startLine) #

Initializes a new fenced block descriptor.

Parameters

payload System.String required
The extracted fence payload.
startLine System.Int32 required
The one-based source line where the payload starts.

Properties

Payload #

Gets the extracted fence payload.

StartLine #

Gets the one-based source line where the payload starts.