Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 62,324
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

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.