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

TextWrapMode

Namespace ChartForgeX.Typography

Defines how text may wrap inside a bounded region.

Inheritance

  • Object
  • TextWrapMode

Usage

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

Accepted by parameters

Fields

NoWrap #

Keep each source paragraph on one line.

Word #

Prefer word boundaries and split oversized words only when necessary.

Character #

Wrap at any character boundary.