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

TopologyHierarchyLayoutPolicy

Namespace ChartForgeX.Topology

Controls how the direct children of a hierarchy item are arranged inside their layered-layout branch. Policies inherit through the subtree until another item overrides them.

Inheritance

  • Object
  • TopologyHierarchyLayoutPolicy

Fields

Auto #

Uses a single sibling band when it fits and balanced compact packing when it does not.

Standard #

Keeps direct children in one sibling band, allowing the final layout normalizer to fit wide content.

Compact #

Packs direct children into a balanced deterministic grid.

Vertical #

Stacks direct children in one vertical column.