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

GraphPhysicsSolverOptions

Namespace ChartForgeX.Interactivity

Contains the spring, damping, gravity, and overlap settings shared by force solvers.

Inheritance

  • Object
  • GraphPhysicsSolverOptions

Properties

CentralGravity #

Gets or sets the attraction toward the graph center.

SpringLength #

Gets or sets the resting length of physics-enabled edges.

SpringConstant #

Gets or sets the strength of edge springs.

Damping #

Gets or sets how much velocity is discarded per simulation tick.

AvoidOverlap #

Gets or sets how strongly node dimensions contribute to collision avoidance, from zero to one.