Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 64,485
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

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.