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

TopologyLayoutMode

Namespace ChartForgeX.Topology

Defines deterministic topology layout modes.

Inheritance

  • Object
  • TopologyLayoutMode

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

Manual #

Use coordinates supplied on groups and nodes.

GroupGrid #

Place groups in a deterministic grid and place unpositioned nodes inside their groups.

HubAndSpoke #

Place a hub near the center and branch nodes around it.

Layered #

Place nodes by metadata layer in a deterministic layered flow.

Matrix #

Place nodes in a deterministic matrix.

DenseGrouped #

Place groups in dense deterministic panels and pack each group's hub/branch nodes inside the panel.

Geographic #

Project nodes and groups from longitude/latitude coordinates into the topology viewport.

ForceDirected #

Place connected nodes with a deterministic force-directed simulation using repulsion, link attraction, and group gravity.

RelationshipRadial #

Place a selected/root relationship as a radial ego graph with first-hop and second-hop conversations on expanding rings.

MindMap #

Place a centered root with balanced left and right hierarchy branches for mind-map style diagrams.