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

GraphLayoutOptions

Namespace ChartForgeX.Interactivity

Describes deterministic graph layout preferences shared by static and interactive graph adapters.

Inheritance

  • Object
  • GraphLayoutOptions

Properties

Mode #

Gets or sets the prepared layout family used before adapter-side runtime physics begins.

Direction #

Gets or sets the direction used by hierarchical layouts.

LevelSeparation #

Gets or sets the distance between adjacent hierarchy levels in scene units.

NodeSpacing #

Gets or sets the distance between nodes in the same hierarchy level in scene units.

ComponentSpacing #

Gets or sets additional distance between disconnected hierarchical components.

InferLevelsFromEdges #

Gets or sets whether missing hierarchy levels may be inferred from directed edges.