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

TopologyGroupLayoutPolicy

Namespace ChartForgeX.Topology

Defines how nodes inside a topology group should be arranged by dense grouped layouts.

Inheritance

  • Object
  • TopologyGroupLayoutPolicy

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 #

Let the layout choose a deterministic default from the group contents.

HubAndBranch #

Place one hub-like node above deterministic branch rows.

Grid #

Place all group nodes in a compact deterministic grid.

PairRows #

Place group nodes in paired rows, useful for replication partners or redundant controllers.

MiniMesh #

Place group nodes in a compact staggered mini-mesh, useful for dense replication or connectivity clusters.

CollapsedDots #

Render group nodes as compact dots in a deterministic grid.