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

MermaidSourceSpan

Namespace ChartForgeX.Mermaid

Describes a one-based Mermaid source location.

Inheritance

  • Object
  • MermaidSourceSpan

Usage

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

Accepted by parameters

Constructors

MermaidSourceSpan(System.Int32 arg1, System.Int32 arg2, System.Int32 arg3) #

Initializes a new source span.

Parameters

arg1 System.Int32 required
arg2 System.Int32 required
arg3 System.Int32 required

Properties

Line #

Gets the one-based source line.

Column #

Gets the one-based source column.

Length #

Gets the source length.