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

VisualCanvasHeroTitleLayer

Namespace ChartForgeX.Composition

Large multi-color headline layer.

Inheritance

  • Object
  • VisualCanvasHeroTitleLayer

Constructors

VisualCanvasHeroTitleLayer(System.Double x, System.Double y, System.Double width, System.Double fontSize, System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasTextRun} runs) #

Initializes a large multi-run hero title layer.

Parameters

x System.Double required
The title X coordinate.
y System.Double required
The title Y coordinate.
width System.Double required
The title width used for alignment.
fontSize System.Double required
The title font size.
runs System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasTextRun} required
The colored text runs.

Properties

Runs #

Gets the colored title runs.

FontSize #

Gets or sets the title font size.

Alignment #

Gets or sets the title alignment.