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

VisualCanvasTextFitPolicy

Namespace ChartForgeX.Composition

Controls how information tile text is fitted when the tile is narrow or short.

Inheritance

  • Object
  • VisualCanvasTextFitPolicy

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

Auto #

Use the balanced default: wrap when possible and shrink slightly before truncating.

SingleLineEllipsis #

Keep each tile text role on one line and trim with an ellipsis when needed.

Wrap #

Wrap text across the available tile lines and trim only the final overflowing line.

ShrinkToFit #

Prefer one-line text and reduce font sizes before trimming with an ellipsis.

WrapThenShrink #

Wrap text first, then reduce font sizes if the tile still cannot contain the text.