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

VisualCanvasTextRun

Namespace ChartForgeX.Composition

Single-color text run used by hero title layers.

Inheritance

  • Object
  • VisualCanvasTextRun

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

VisualCanvasTextRun(System.String text, ChartForgeX.Primitives.ChartColor color) #

Initializes a hero title text run.

Parameters

text System.String required
The text to render.
color ChartForgeX.Primitives.ChartColor required
The text color.

Properties

Text #

Gets or sets the run text.

Color #

Gets or sets the run color.