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

StorySourceSpan

Namespace ChartForgeX.Stories

Associates a UTF-16 source range with a renderer-neutral syntax category.

Inheritance

  • Object
  • StorySourceSpan

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

StorySourceSpan(System.Int32 arg1, System.Int32 arg2, ChartForgeX.Stories.StorySyntaxKind arg3) #

Initializes a syntax span.

Parameters

arg1 System.Int32 required
arg2 System.Int32 required
arg3 ChartForgeX.Stories.StorySyntaxKind required

Properties

Start #

Gets the zero-based UTF-16 start offset.

Length #

Gets the UTF-16 span length.

Kind #

Gets the semantic syntax category.

End #

Gets the exclusive UTF-16 end offset.